What python modules are available?

Dan Lenski dlenski at gmail.com
Fri Nov 17 07:17:45 EST 2006


Why Tea wrote:
> How do I find out what python modules are installed on a Solaris
> platform?
>
> I tried to import numarray, but python couldn't find it.
>
> /Why Tea

They're usually stored in something like /usr/lib/python2.4
And you can find most of the available modules at
http://python.org/pypi

Dan




More information about the Python-list mailing list