Page 1 of 1

PyOpenmm 3.0 does not work

Posted: Sat Apr 16, 2011 5:19 pm
by magus
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.

RE: PyOpenmm 3.0 does not work

Posted: Tue May 17, 2011 1:45 pm
by peiwu
I have similar problem.

RE: PyOpenmm 3.0 does not work

Posted: Mon Jun 06, 2011 9:53 am
by magus
Actually, you don't even need PyOpenMM now: python folder in the build folder of OpenMM has the setup.py file.

Re: PyOpenmm 3.0 does not work

Posted: Sat May 10, 2014 4:11 pm
by ivan_castro
Anyone can help me. I get the same problem. :|