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.
PyOpenmm 3.0 does not work
RE: PyOpenmm 3.0 does not work
I have similar problem.
- Maxim Imakaev
- Posts: 87
- Joined: Sun Oct 24, 2010 2:03 pm
RE: PyOpenmm 3.0 does not work
Actually, you don't even need PyOpenMM now: python folder in the build folder of OpenMM has the setup.py file.
- Ivan Castro
- Posts: 3
- Joined: Sat May 10, 2014 3:05 pm
Re: PyOpenmm 3.0 does not work
Anyone can help me. I get the same problem.