On Sat, 2010-04-03 at 11:04 -0500, Warren Weckesser wrote:
> Don't include that last "numpy" in the path.  E.g.
> 
> export 
> PYTHONPATH=$PYTHONPATH:/home/pcpm/pairet/pythonModules/numpy/lib64/python2.4/site-packages
> numpy is installed as a "package": a directory that contains the file 
> __init__.py along with all its other files.
> 
> See http://docs.python.org/tutorial/modules.html#packages
Thanks a lot! Everything works fine now. I will go through the doc.
Antoine

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to