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, but unless I move the argv setting
before "from pymol import cmd", the default settings are passed.
I am trying to use PyMOl as a subset of another application, so initial
values need to be set before PyMOL starts, but I also need the namespace to
externally control it afterward.
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net