Hi all,

I would like to use a script found on the PyMol wiki that uses NumPy so I need to install it.
It's written at the top of the script that :
"#NOTE!! : These packages (numarray, Scientific) must be present in pymol's
#'$PYMOLDIR/py23/lib/python2.3/site-packages/' directory!!"

I did something that I supposed to be equivalent : installing numpy using

sudo python setup.py install --prefix $PYMOLDIR/ext

which leads to an installation in '$PYMOLDIR/ext/lib/python2.5/site-packages/.'

When I try to launch the script I have this message :

    from numpy import *
ImportError: No module named numpy

Note that every other lib is written in '$PYMOLDIR/ext/lib/python2.4/site-packages/.'. Maybe this could ba an explanation of my problem but I don't know how to fix it ...
Furthermore NumPy is correctly installed system-wide on my machine.

Does anybody have an idea to solve my problem ?

Sebastien Conilleau


--

Sébastien Conilleau, PhD
UMR CNRS 7177
Laboratoire d'Infochimie
UdS
4, rue Blaise Pascal
67008 Strasbourg Cedex, France
Tel : +(33)3-90-24-15-63



Reply via email to