installer

Gerhard Haering gh at ghaering.de
Thu Dec 2 10:28:43 EST 2004


On Sat, Dec 04, 2004 at 12:15:04AM +0530, km wrote:
> Hi all,
> 
> does python have a default module installer inbuilt as for perl in
> windows ? 

No, there is no CPAN-like system for Python. You will have to search,
download and install your third-party Python libraries yourself.

OTOH, there are some good places to look for these, like
http://www.python.org/pypi?:action=browse and the libraries are
usually packaged with distutils into win32 installers that you can
then easily install/uninstall.

-- Gerhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20041202/1c960408/attachment.sig>


More information about the Python-list mailing list