Issue with python OpenMM import
Posted: Fri Apr 20, 2012 9:02 pm
Hello all,
I just installed the 4.0 and I am having an issue importing the package in python. I get the following error message:
Thanks,
I just installed the 4.0 and I am having an issue importing the package in python. I get the following error message:
Any idea on how to fix this? I installed all non-OpenCL and non-CUDA packages.import simtk.openmm
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/simtk/openmm/__init__.py", line 36, in <module>
from simtk.openmm.openmm import *
File "/usr/local/lib/python2.7/site-packages/simtk/openmm/openmm.py", line 37, in <module>
_openmm = swig_import_helper()
File "/usr/local/lib/python2.7/site-packages/simtk/openmm/openmm.py", line 33, in swig_import_helper
_mod = imp.load_module('_openmm', fp, pathname, description)
ImportError: /usr/local/lib/python2.7/site-packages/simtk/openmm/_openmm.so: undefined symbol: _ZN6OpenMM30AmoebaGeneralizedKirkwoodForce19setDielectricOffsetEd
Thanks,