Scientific and Numeric Python

To use the numerical and scientific python extensions, you must modify your python path variable to include the directory: /panfs/storage.local/opt/python/lib64/python2.4/site-packages., e.g.,

for bash users
export PYTHONPATH=/panfs/storage.local/opt/python/lib64/python2.4/site-packages
for csh users
setenv PYTHONPATH /panfs/storage.local/opt/python/lib64/python2.4/site-package

This python module was compiled against python2.4 and includes both the numpy and scipy module.