RE: [PyMOL] Re: cannot find _cmd module

2003-08-27 Thread Warren L. DeLano
Tina, Did you do a full installation? After running: python setup.py build install python setup2.py (in that order) pymol.bat should just work. There shouldn't be any need to copy anything over, nor should you set PYMOL_PATH -- that is all taken care of automatically with this approach.

Re: [PyMOL] Re: cannot find _cmd module

2003-08-27 Thread Tina Li
...@delanoscientific.com To: 'Tina Li' t...@bioinformaticssolutions.com; pymol-users@lists.sourceforge.net Sent: Wednesday, August 27, 2003 2:32 PM Subject: RE: [PyMOL] Re: cannot find _cmd module | Tina, | | Did you do a full installation? After running: | | python setup.py build install | python setup2.py