Python not finding modules

Guilherme Polo ggpolo at gmail.com
Wed Feb 13 05:26:23 EST 2008


2008/2/13, Mani Chandra <mc_i2020 at yahoo.co.in>:
> Hey!
>     I installed a few python modules through the freebsd ports, but when I try to import them in the interpreter it says "module xxx not found". This seems to happen for some modules and not for the others. ex:- I installed psyco and parallel python which seem to be found but then scipy, PIL aren't being imported. Below is my $PYTHONPATH
>
>  ['', '/usr/local/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/local/lib/python2.5/plat-freebsd6', '/usr/local/lib/python2.5/lib-tk', '/usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/local/lib/python2.5/site-packages/gtk-2.0', '/usr/local/lib/vtk/python', '/usr/local/lib/python2.5/site-packages']
>
>  The scipy libs are located at "/usr/local/lib/python2.4/site-packages/scipy"  so I manually added this path to the PYTHONPATH but it still doesn't seem to find it.
>

You need to install python modules for python2.5, you clearly installed for 2.4.

>  Can someone please help me out here?:)
>
>  ps Also does including a directory in PYTHONPATH include all of it's sub-directories too?
>
>
>
>       Download prohibited? No problem. CHAT from any browser, without download. Go to http://in.messenger.yahoo.com/webmessengerpromo.php/
>
> --
>  http://mail.python.org/mailman/listinfo/python-list
>


-- 
-- Guilherme H. Polo Goncalves



More information about the Python-list mailing list