Sridhar Ratnakumar wrote:
This release includes a new packaging tool by activestate called Python
Package Manager (PyPM).

Is PyPM available separately?

Here's a sample command line output::

    $ pypm install lxml

Where does this get lxml from?
How can I control that?
Where does this put the package on disk?
How can I have separate package requirements for different python projects on the same box?
How can I specify the version of lxml required?
How can I reproduce the environment required for a particular project?

cheers,

Chris

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to