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

Attachment: signature.asc
Description: Digital signature

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

Reply via email to