<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I think a little database (maybe in xml?) of installed files/modules
> and their locations would be useful, perhaps even for a future
> automatic download/installation/dependency-tracking thingmabob that
> still regretably still doesn't exist as parth of the stdlib in
> Pythonia.

Actually it does, indirectly

Instead of doing 'python setup.py install', change the last parameter
to bdist.  You can add --format wininst, --format rpm and various
other choices to make a package native to your platform.  You can
then use your platform tools to install and uninstall the files.
Or you can use the zip/tar formats and keep track of the files by
whatever means you want to.

http://docs.python.org/dist/built-dist.html

Roger 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to