[PyMOL] Procedure for adding packages to pymol site-packages?

2009-03-06 Thread Schubert, Carsten [PRDUS]
Hi, how would I go about adding a package to the $PYMOL_PATH/ext/.../site-packages w/o screwing up the install? For most packages the mechanism is python setup.py install. Would this work to run this from within pymol? Thanks Carsten

Re: [PyMOL] Procedure for adding packages to pymol site-packages?

2009-03-06 Thread Warren DeLano
Carsten, Unfortunately not -- the trick to getting something like this to work is to build your stuff against a standalone Python executable using the identical Python version as PyMOL version to then copy your working, pre-built modules over into the PyMOL distribution ($PYMOL_PATH/modules).

[PyMOL] model refuses to display surface and mesh

2009-03-06 Thread petr benes
Dear pyMol users,  I am trying to load a simple model using python into pymol using the following script. All works perfectly until i click for this new model to display its surface or mesh. The other thing is that in older versions 0.99rc the surface and mesh were correctly displayed, however