Re: Setuptools / Distribute
"Charlie Clark" <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Organization | Clark Consulting & Research |
| Message-ID | <[email protected]> |
Am 17.11.2009, 16:35 Uhr, schrieb Attila Oláh <[email protected]>: > One minor note, if you use the new bootstrap.py provided by distribute > ( http://python-distribute.org/bootstrap.py ), and you try to > bootstrap a project where the system-wide setuptools is older (on many > systems it's still 0.6c9), it will fail, asking you to upgrade to > 0.6c11, which will force you to bootstrap inside a virtualenv (which > is silly) in case you don't have access to upgrade the system-wide > setuptools. Although this behavior might have changed in the last > week, the distribute folks are doing a real good job. I was using the most recent versions from MacPorts: fuchsia:trunk charlieclark$ port info py26-pip py26-pip @0.6 (python, www) Description: pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well. Homepage: http://pip.openplans.org/ Library Dependencies: python26, py26-setuptools Platforms: darwin License: unknown Maintainers: [email protected], [email protected] fuchsia:trunk charlieclark$ port info py26-distribute py26-distribute @0.6.8 (python, devel) Description: Distribute is a fork of the Setuptools project. It is intended to replace Setuptools as the standard method for working with Python module distributions. Homepage: http://pypi.python.org/pypi/distribute/ Library Dependencies: python26 Conflicts with: py26-setuptools Platforms: darwin License: unknown Maintainers: [email protected] I had to deinstall distribute. Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtzstr. 20 Düsseldorf D- 40215 Tel: +49-211-600-3657 Mobile: +49-178-782-6226 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )