Hi I am getting this error
AttributeError: 'module' object has no attribute 'instancemethod'
I searched through the forum and found answers for this error, but it is not working in my case. I am using python 2.6 and wxpython 2.8. The program which where running perfectly earlier are also showing this error now. Please help me I am stuck.
here is the traceback
Traceback (most recent call last):
File "C:\Documents and Settings\SMStudent\Desktop\rect.py", line 1, in <module>
import wx
File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py", line 45, in <module>
from wx._core import *
File "C:\Python26\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'
Thanks