Hi there, Trying the beta-fix branch on python 2.6.5 with distribute (0.6.13) I get the following error when bootstrapping:
Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 1712, in main File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 1716, in <lambda> File "/usr/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 211, in run File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 446, in easy_install File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 476, in install_item File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 655, in install_eggs File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 930, in build_and_install File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 919, in run_setup File "/tmp/tmpLZNcjQ/setuptools-0.6c11-py2.6.egg/setuptools/sandbox.py", line 52, in run_setup AttributeError: 'module' object has no attribute '__getstate__' An error occured when trying to install zc.buildout. Look above this message for any errors that were output by easy_install. What strikes me as peculiar is why setuptools is downloaded while I have distribute installed, but that might be normal, I don't know. Regards, Martijn _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig