> From: Kristian Rother [mailto:kristian.rot...@berlin.de] > > As suggested by Warren, i have made some improvements to the > ScriptBox, > which should integrate better into PyMOL now,
Thanks Kristian! > On my page, there is also a 'quick and dirty' hack for PyMOL. > FilePipe.py allows to execute PyMOL commands from a shell. It > starts its > own thread and reads lines from a text file. This doesn't > work well, but > it works. > Does anyone have a better idea to do this? Try launching PyMOL with the "-p" option. PyMOL will then accept commands on standard input using a separate thread, in a manner similar to what you describe. See 'help launching' for other command line options. Cheers, Warren