[PyMOL] piping pymol from a tcl/tk interface on Windows

2006-05-12 Thread pierre mazet
Hi all, I want to send pymol command from a tcl/tk GUI. To begin, I just want to open pymol and load a pdb file when I click on a button. I'm using pipe. here is my code: button .b1 -text "pipe" -command "runPymolAndLoad" proc runPymolAndLoad {} { set fl [open "|pymol -p" w] set opt "load

Re: [PyMOL] Permanent change of settings

2006-05-12 Thread gilleain torrance
".pymolrc" or "pymolrc". see : http://www.pymolwiki.org/index.php/Launching_PyMOL gilleain On 5/11/06, Praedor Atrebates wrote: I would like to make some settings I use permanent and default in pymol because every time I start pymol or reinitialize and load a new pdb/pse I have to make a se