From: Sorich, M. J. - S. <Mic...@po...> - 2002-05-06 06:17:39
|
Hi, =20 I have just started to use PyMol. I wish link some scripts I have = written in python with PyMol using PyMol=92s API. From what I understand, all I = need to do is import the module pymol.cmd and call the functions contained within. =20 However, when I attempt to import this module, I get the following = error: =20 >>> from pymol import cmd Traceback (most recent call last): File "<pyshell#0>", line 1, in ? from pymol import cmd File "C:\Program Files\DeLano = Scientific\PyMOL/modules\pymol\__init__.py", line 137, in ? import _cmd ImportError: No module named _cmd =20 Where have I gone wrong? Any help would be appreciated. =20 =20 Michael Sorich PhD Student School of Pharmaceutical, Molecular and Biomedical Sciences University of South Australia Email: mic...@po... mik...@ho... =20 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.351 / Virus Database: 197 - Release Date: 19/04/2002 =20 |