AboutDownloadsDocumentsWikiSource CodeIssuesNews
Date:
2009-12-18 21:24
Priority:
3
State:
Open
Submitted by:
Segun Jung (sj801)
Assigned to:
Nobody (None)
Summary:
AttributeError: 'module' object has no attribute 'importBestOpenMMLib'

Detailed description
Hi,

I downloaded the source code for linux version and installed on my personal computer ((my system is ubuntu 32bit). When I ran the example file from 6TNA_MD folder with python 2.6, I got an error following:

------------------------------------------------------------------------
Traceback (most recent call last):
File "runNast.py", line 28, in <module>
verbose=verbose)
File "/usr/local/lib/python2.6/dist-packages/simtk/nast/molecule.py", line 246, in run
tryUsingGpu=tryUsingGpu)
File "/usr/local/lib/python2.6/dist-packages/simtk/nast/molecule.py", line 46, in __init__
(self.mm, self.usingCuda) = gMan.importBestOpenMMLib(
AttributeError: 'module' object has no attribute 'importBestOpenMMLib'
------------------------------------------------------------------------

Whereas the configuration setting for tryUsingGpu = False, the molecule.py file looks for the Gpu library which I don't think I need.

Hope someone can resolve this issue.

Regards,

Segun

Add A Comment: Notepad

No Comments Have Been Posted

No Changes Have Been Made to This Item

Feedback