2:20:14 AM PDT - Wed, Jul 30th 2014 |
|
Your PYTHONHOME looks wrong; it should be a path but yours looks like it is naming the actual Python interpreter.
Your line "export MRCC_THEORY=TRUE" won't do what you want either; the manual is wrong in the part that suggests it. The setting you really want to build with MRCC support is MRCC_METHODS.
Do you have the Python development header files installed? If you don't know, you can try something like this (may be very slow if you have network volumes mounted):
find / -iname Python.h | less
Ignore all the 'permission denied' errors.
If the Python.h file isn't found anywhere on your system, you need to install the Python development headers. If you do find Python.h, you just need to change your NWChem build process so that it can find the header files.
|
|