PyOpenmm 3.0 does not work

Permit researchers and python developers access to the OpenMM libraries.
POST REPLY
User avatar
Maxim Imakaev
Posts: 87
Joined: Sun Oct 24, 2010 2:03 pm

PyOpenmm 3.0 does not work

Post by Maxim Imakaev » 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.

User avatar
Peiwu Qin
Posts: 2
Joined: Tue May 17, 2011 11:01 am

RE: PyOpenmm 3.0 does not work

Post by Peiwu Qin » Tue May 17, 2011 1:45 pm

I have similar problem.

User avatar
Maxim Imakaev
Posts: 87
Joined: Sun Oct 24, 2010 2:03 pm

RE: PyOpenmm 3.0 does not work

Post by Maxim Imakaev » Mon Jun 06, 2011 9:53 am

Actually, you don't even need PyOpenMM now: python folder in the build folder of OpenMM has the setup.py file.

User avatar
Ivan Castro
Posts: 3
Joined: Sat May 10, 2014 3:05 pm

Re: PyOpenmm 3.0 does not work

Post by Ivan Castro » Sat May 10, 2014 4:11 pm

Anyone can help me. I get the same problem. :|

POST REPLY