[PyMOL] ImportError when launching open-source pymol

2022-05-17 Thread Ioannis Riziotis
Hello, Anyone any idea how to tackle this error when launching pymol after compiling from source? ImportError: /hps/software/users/xx/xx/miniconda3/envs/py3/lib/python3.8/site-packages/pymol/_cmd.cpython-38-x86_64-linux-gnu.so: undefined symbol: _Z15MapSetupExpressP7MapType Trial version work

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

2006-12-06 Thread Ricardo Aparicio
Dear developers, just to inform, after some reinitializations of Pymol 0.99rc6 (pre-compiled) in a same session, I have got the message bellow (restarted the program and it was ok again). (I don't know if its due to my Linux installation or Pymol). Cheers, Ricardo Error: 3 ImportError Excep

[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