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>

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

Reply via email to