CustomTreeCtrl import embeddedimage

When trying to use the latest CustomTreeCtrl (51212) from
SVN http://svn.wxwidgets.org/viewvc/wx/wxPython/trunk/wx/lib/customtreectrl.py?sortby=date&view=log

I get this error:

File
“C:\Python25\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py”,
line 307, in RunScript

debugger.run(codeObject,

main.dict, start_stepping=0)

File
“C:\Python25\Lib\site-packages\pythonwin\pywin\debugger_init_.py”,
line 60, in run

_GetCurrentDebugger().run(cmd,

globals,locals, start_stepping)

File “C:\Python25\Lib\site-packages\pythonwin\pywin\debugger\debugger.py”,
line 631, in run

exec cmd in globals, locals

File “D:\Documents and
Settings\rickkylw\Desktop\customtreectrl edit labels test.py”, line 2, in

import wx.lib.customtreectrl as CT

File “C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\lib\customtreectrl.py”,
line 310, in

from wx.lib.embeddedimage import

PyEmbeddedImage

ImportError: No module named embeddedimage

I was trying to track down a possible bug, so I grabbed the
latest version to make sure it wasn’t already fixed. The suspected bug is
when you’re editing a label, any text that is selected when you press
enter is deleted. I believe the previous revision I was using was 50838. Tested
using wxpython 2.8.7.1, MSW XP, and python 2.5

-Kyle Rickey