On Sat, Nov 1, 2008 at 4:42 AM, Frank Lagor <[EMAIL PROTECTED]> wrote:

> ImportError: liblapack.so: cannot open shared object file: No such file or
> directory

Where did you install atlas ? What does ldd says about lapack_lite.so module ?

More likely, your problem is that you install atlas into a directory
not known to the OS. You should either install atlas in a directory
known to it, or use things like LD_LIBRARY_PATH. For example, if you
installed atlas in $HOME/local/lib:

LD_LIBRARY_PATH=$HOME/local/lib python -c "import numpy"

David
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to