> File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", > line 6, in <module> > new_instancemethod = new.instancemethod > AttributeError: 'module' object has no attribute 'instancemethod' I'm guessing you either have a python file called 'new.py' in your working directory, or you have one in your pythonpath. --Mark