views:

57

answers:

2

For some reason, every time I attempt to install a new module using easy_install, I'm getting the error:

AttributeError: 'module' object has no attribute '__getstate__'

I'm using setuptools-0.6c11-py2.6

+1  A: 

Try http://code.activestate.com/lists/python-distutils-sig/13989/: the gist is "reinstall setuptools".

katrielalex