What python modules are available?

Fredrik Lundh fredrik at pythonware.com
Fri Nov 17 07:25:33 EST 2006


Why Tea wrote:

> How do I find out what python modules are installed on a Solaris
> platform?

ask the person who did the installation?  or run this script:

http://svn.effbot.python-hosting.com/pydotorg/listmodules/listmodules.py

> I tried to import numarray, but python couldn't find it.

numarray isn't a standard module; see the library reference for a list 
of modules that you can expect to be available on most platforms (but 
make sure you check the page for the modules you're interested in, to 
see if they're platform-specific or otherwise optional)

</F>




More information about the Python-list mailing list