[PyMOL] Re: RE: [PyMOL] question about _cmd.pyd

2005-08-24 Thread wenming hu
I see. thank you for your answer. and i'm wondering, how do u develop python modules like _cmd.pyd? only via setup.py, and type python setup.py build to compile it? how do u debug it on the procudure of development? for me, it's not easy to develop _cmd.pyd only via setup.py script, i think, the

RE: [PyMOL] question about _cmd.pyd

2005-08-24 Thread Warren DeLano
] On Behalf Of > wenming hu > Sent: Wednesday, August 24, 2005 6:49 AM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] question about _cmd.pyd > > i have written python extend module by c/c++, but i saw a > module of pyMOL called _cmd.pyd instead of _cmd.dll. and

[PyMOL] question about _cmd.pyd

2005-08-24 Thread wenming hu
i have written python extend module by c/c++, but i saw a module of pyMOL called _cmd.pyd instead of _cmd.dll. and it is written by c/c++ also, the author use makefile to compile it into _cmd.pyd. i have some question about it: 1. what's the difference between them? i saw the code is same as commo