how do I set the path to python library for nwchem
Click here for full thread
Forum Vet
10:05:32 AM PDT - Wed, Jul 30th 2014
Jacob
You probably have a dynamical version of the python library, therefore you need the following setting
export PYTHONLIBTYPE=so
Another issue might be the location of the library itself. It is in in /usr/lib64, instead of /usr, you would need
export USE_PYTHON64=y
If you still cannot link, please send the output of the command
ls /usr/lib*/python*/config*/libpython*.*