Re: [PyMOL] Re: cannot find _cmd module

2003-08-27 Thread Tina Li
To: "'Tina Li'" ; 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 | | (in that order) | | pymol.bat should just work. There

RE: [PyMOL] Re: cannot find _cmd module

2003-08-27 Thread Warren L. DeLano
eforge.net] On Behalf Of Tina Li > Sent: Wednesday, August 27, 2003 8:34 AM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] Re: cannot find _cmd module > > Hello, > > So I figured that in my $PYMOL_PATH\build\lib.win32-2.2\pymol, there is a > _cmd.pyd that's mis

[PyMOL] Re: cannot find _cmd module

2003-08-27 Thread Tina Li
Hello, So I figured that in my $PYMOL_PATH\build\lib.win32-2.2\pymol, there is a _cmd.pyd that's missing in $PYMOL_PATH\modules\pymol. I copied it over, and PyMOL started up, but said that it failed to import the xray module, which however exists in $PYMOL_PATH\modules\pymol, so I don't understand