[PyMOL] pymol -N

2004-12-14 Thread jrm
Hi How can I use pymol in my own GUI (tkinter) i want to use PyMOL viewer but whit a more simple GUI for users not experts. thanks a lot Javier

[PyMOL] lauching pymol -c

2004-11-04 Thread jrm
Hello Can you help me ? I'm running a python scritp Launching pymol with the "-c" becuase i don't want display the GUI yet In the myscript.py, I try to save files PNG like this cmd.load(file.pdb) cmd.png(file1.png) but display the next error Executive: object "sample" created. PyMOL>p

[PyMOL] Use API from pymol

2004-11-01 Thread jrm
Hi How Can I use only Pymol's APIs within a standalone Python script, But I don't want display The Pymol's GUI yet? thanks a lot Javier