Search code examples
pythondjangoeasy-install

"AttributeError: 'module' object has no attribute '__getstate__' " shows up when I use easy_install


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


Solution

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