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
.@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
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
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