Hi,
I tried to install setuptools 0.6b2 in my python2.5 installation, but that doesn't seem to work. The ez_setup.py installation method doesn't work because there is no egg for python2.5, therefore I downloaded the sources and ran 'python2.5 setup.py install'.
This results in this following output at the bottom of this message. It looks like python2.5 & setuptools don't mix very well at the moment.
Ronald
setuptools-0.6b2 ronald$ python2.5 setup.py install /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ distutils/dist.py:263: UserWarning: Unknown distribution option: 'entry_points' warnings.warn(msg) /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ distutils/dist.py:263: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ distutils/dist.py:263: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running install running build running build_py creating build creating build/lib copying pkg_resources.py -> build/lib copying easy_install.py -> build/lib copying site.py -> build/lib creating build/lib/setuptools copying setuptools/__init__.py -> build/lib/setuptools copying setuptools/archive_util.py -> build/lib/setuptools copying setuptools/depends.py -> build/lib/setuptools copying setuptools/dist.py -> build/lib/setuptools copying setuptools/extension.py -> build/lib/setuptools copying setuptools/package_index.py -> build/lib/setuptools copying setuptools/sandbox.py -> build/lib/setuptools creating build/lib/setuptools/command copying setuptools/command/__init__.py -> build/lib/setuptools/command copying setuptools/command/alias.py -> build/lib/setuptools/command copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command copying setuptools/command/build_ext.py -> build/lib/setuptools/command copying setuptools/command/build_py.py -> build/lib/setuptools/command copying setuptools/command/develop.py -> build/lib/setuptools/command copying setuptools/command/easy_install.py -> build/lib/setuptools/ command copying setuptools/command/egg_info.py -> build/lib/setuptools/command copying setuptools/command/install.py -> build/lib/setuptools/command copying setuptools/command/install_egg_info.py -> build/lib/ setuptools/command copying setuptools/command/install_lib.py -> build/lib/setuptools/ command copying setuptools/command/install_scripts.py -> build/lib/setuptools/ command copying setuptools/command/rotate.py -> build/lib/setuptools/command copying setuptools/command/saveopts.py -> build/lib/setuptools/command copying setuptools/command/sdist.py -> build/lib/setuptools/command copying setuptools/command/setopt.py -> build/lib/setuptools/command copying setuptools/command/test.py -> build/lib/setuptools/command copying setuptools/command/upload.py -> build/lib/setuptools/command creating build/lib/setuptools/tests copying setuptools/tests/__init__.py -> build/lib/setuptools/tests copying setuptools/tests/doctest.py -> build/lib/setuptools/tests copying setuptools/tests/test_resources.py -> build/lib/setuptools/tests copying setuptools/cli.exe -> build/lib/setuptools copying setuptools/gui.exe -> build/lib/setuptools running build_scripts creating build/scripts-2.5 copying and adjusting easy_install.py -> build/scripts-2.5 changing mode of build/scripts-2.5/easy_install.py from 644 to 755 running install_lib running install_scripts copying build/scripts-2.5/easy_install.py -> /Library/Frameworks/ Python.framework/Versions/2.5/bin changing mode of /Library/Frameworks/Python.framework/Versions/2.5/ bin/easy_install.py to 755 running install_egg_info Removing /Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/setuptools-0.6b2-py2.5.egg-info Writing /Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/setuptools-0.6b2-py2.5.egg-info