> Don't pay too much attention to the menus. They're really
> just there so traditional Mac and Windows users [won't] get scared
> when they start using PyMOL. You will find that the command
> line does everything quicker and easier.
That is not quite as true as it once was.
While it absolu
When the "-p" option is used, PyMOL creates a dedicated thread for reading
commands on standard input. This thread uses the normal blocking IO calls
to read each line of input and then hands it off to the main thread via
'cmd.do(..)'. Unless the "-K" is also used, that thread will message the
m