PyOpenmm 3.0 does not work
Posted: Sat Apr 16, 2011 5:19 pm
Hello.
I encounter the following error when I try to run version 3.0
I tried building Openmm with Python support or installing binaries. Openmm and Pyopenmm build and install without any problems, but when I try to run it I get the following error:
root@tamm:~/PyOpenMM-3.0.0/test# python test_openmm.py
E
======================================================================
ERROR: test_docstrings (__main__.Test_openmm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_openmm.py", line 51, in test_docstrings
mm=importOpenMM()
File "test_openmm.py", line 15, in importOpenMM
import simtk.openmm.openmm as mm
ImportError: No module named openmm.openmm
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
I also noted that build/lib.linux-x86_64-2.6/simtk/pyopenmm/__init__.py is just empty.
I encounter the following error when I try to run version 3.0
I tried building Openmm with Python support or installing binaries. Openmm and Pyopenmm build and install without any problems, but when I try to run it I get the following error:
root@tamm:~/PyOpenMM-3.0.0/test# python test_openmm.py
E
======================================================================
ERROR: test_docstrings (__main__.Test_openmm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_openmm.py", line 51, in test_docstrings
mm=importOpenMM()
File "test_openmm.py", line 15, in importOpenMM
import simtk.openmm.openmm as mm
ImportError: No module named openmm.openmm
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
I also noted that build/lib.linux-x86_64-2.6/simtk/pyopenmm/__init__.py is just empty.