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

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

Reply via email to