When you install a new package in python, it is very likely the path of the installation is not set. Set PYTHONPATH variable to handle that.
Example in bash:
export PYTHONPATH=$PYTHONPATH:/opt/local/lib/python2.5/site-packages/
Example in csh:
setenv PYTHONPATH "${PYTHONPATH}:/projects/Common/PYTHON/Python-2.5.1-all/numpy1
11/lib/python2.5/site-packages"
This should take care.
Monday, January 11, 2010
Subscribe to:
Posts (Atom)
