Re: [PyMOL] ImportError: No module named _cmd

2007-01-31 Thread Peter Adrian Meyer
mailto:pymol-users-boun...@lists.sourceforge.net] On Behalf Of Li, Yun > Sent: Tuesday, January 30, 2007 11:09 AM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] ImportError: No module named _cmd > > > > Hi, > > > > I just installed the latest windows bina

Re: [PyMOL] ImportError: No module named _cmd

2007-01-30 Thread DeLano Scientific
.@lists.sourceforge.net [mailto:pymol-users-boun...@lists.sourceforge.net] On Behalf Of Li, Yun Sent: Tuesday, January 30, 2007 11:09 AM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] ImportError: No module named _cmd Hi, I just installed the latest windows binary of PyMol on a PC. I

[PyMOL] ImportError: No module named _cmd

2007-01-30 Thread Li, Yun
Hi, I just installed the latest windows binary of PyMol on a PC. I tried to run PyMol from a Python script and run into the following error message: "ImportError: No module named _cmd" I remember running into the problem before. From somewhere I was able to find a _cmd.dll and solved the pr

[PyMOL] ImportError: No module named _cmd

2003-01-27 Thread anderson . 51
I've trying to make an external GUI for pymol and I'm new to python. I try to import the module cmd as follows: from pymol import cmd But I recieve the following error message: Traceback (most recent call last): File "GUI.py", line 7, in ? from cmd import _cmd File "/home/panderso/softw