-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Hi again, sorry to bug off...
When running MDs with openMM on a small peptide (pdb code 1ze7), I have the following problem:
Applications/Chimera.app/Contents/Resources/lib/python2.7/site-packages/matplotlib/axes.py:2369: UserWarning: Attempting to set identical left==right results
in singular transformations; automatically expanding.
left=1, right=1
+ 'left=%s, right=%s') % (left, right))
Traceback (most recent call last):
File "/Applications/Chimera.app/Contents/Resources/share/chimera/tasks.py", line 179, in runStatusCB
task.statusCBList[0]()
File "/Applications/Chimera.app/Contents/Resources/share/chimera/SubprocessMonitor.py", line 165, in statusCB
self.finished()
File "/Applications/Chimera.app/Contents/Resources/share/chimera/SubprocessMonitor.py", line 201, in finished
self._after(self._aborted)
File "/Users/jeandi/tangram/lib/python2.7/site-packages/mmsetup/core.py", line 92, in _after_cb
raise chimera.UserError(msg)
UserError: OMMProtocol calculation failed! Reason: ImportError: No module named jinja2
Thanks a lot!