Is it possible to capture the output stream from PyMOL when it is launched
from a Python script with...

import os, __main__

os.environ['PYMOL_PATH'] = "C:\Python27\PyMOL"
__main__.pymol_argv=["pymol", "-qx"]

import pymol
pymol.finish_launching()

I see that an IDE can do this. Is there a way for me to capture the output
to eliminate the command prompt window that appears?
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
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

Reply via email to