Feature Requests item #2109993, was opened at 2008-09-14 03:46
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355988&aid=2109993&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: install
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ez_setup for setuptool
Initial Comment:
Not everybody has setuptools installed already, so PEAK advise setup.py should start like this:
import ez_setup
ez_setup.use_setuptools()
and of course you need to add a the file to the package: http://peak.telecommunity.com/dist/ez_setup.py
setuptools is automatically installed and that way nobody has to manually download it. Very nice :)
If you don't believe me then check it out yourself at:
http://peak.telecommunity.com/DevCenter/setuptools
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2009-07-19 00:16
Message:
Removed setuptools entirely due to end-user complaints and
incompatibilities.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355988&aid=2109993&group_id=5988
|