[PyMOL] VMD module in Rev 4019-4020 break build

2013-02-15 Thread QT
Dear pymol users, Revision 4019 added a bunch of changes to the VMD module and three files require gmplugin.h that is missing from the module src directory moldenplugin.c:38:#include "qmplugin.h" basissetplugin.c:43:#include "qmplugin.h" gamessplugin.c:160:#include "qmplugin.h" Please fix =) Be

[PyMOL] Use PyMOL Namespace without Initializing

2013-02-15 Thread Wilson Omesiete
Is it possible to use PyMOL commands in a class definition before initializing PyMOL? I attempted to use "from pymol import cmd," and later initialize PyMOL with... __main__.pymol_argv=["pymol","-qx -X",PYMOLX,"-Y",PYMOLY] import pymol pymol.finish_launching() ... and PyMOL does delay launching