Equivalent to ppm for Python?
Thomas Wouters
thomas at xs4all.net
Tue Jul 4 07:55:04 EDT 2000
More information about the Python-list mailing list
Tue Jul 4 07:55:04 EDT 2000
- Previous message (by thread): Equivalent to ppm for Python?
- Next message (by thread): Worldpilot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jul 04, 2000 at 12:41:23PM +0100, Pablo Prieto wrote: > "donotspam-jen at personic.com" escribió: > > Is there anything like PPM for Python? For those who don't know, PPM is the > > Perl Package Manager > > (http://www.activestate.com/Support/ActivePerl/PPM.html). PPM is a utility > > that will go out and download and install packages for you from the Internet > > (at least on Win32 -- I assume it works elsewhere, too). > Sorry. This is not a reply. Just a request for this question be answered > since I'm interested in it too. While it's not exactly what you mean (it doesn't (yet) go out and grab packages for you), Distutils, which comes with Python 2.0, is probably what you are looking for. See the Distutils SIG on www.python.org. -- Thomas Wouters <thomas at xs4all.net> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
- Previous message (by thread): Equivalent to ppm for Python?
- Next message (by thread): Worldpilot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list