On Sat, Apr 3, 2010 at 5:50 PM, Chris Colbert <sccolb...@gmail.com> wrote: > On Sat, Apr 3, 2010 at 12:52 PM, Antoine Pairet <li...@pairet.be> wrote: >> 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 >> > > you don't have to build from source btw. you can easy_install it or > pip install it with user switch. >
but that basically gives you the same effect as setup.py --install _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion