Re: [PyMOL] Bond command not functioning in script

2009-09-22 Thread Warren DeLano
t;) cmd.pseudoatom("temp",pos=[0,0,5],name="B") cmd.bond("tempA","tempB") python end Cheers, Warren From: Stuart Ballard [mailto:srball...@wisc.edu] Sent: Monday, September 21, 2009

[PyMOL] Bond command not functioning in script

2009-09-22 Thread Jason Vertrees
t;, pos=[0,0,5], name="b") cmd.bond("tempa", "temp////b") What version of PyMOL do you use? -- Jason > [PyMOL] Bond command not functioning in script > From: Stuart Ballard - 2009-09-21 22:52 > > Attachments: Message as HTML > Hello all,

[PyMOL] Bond command not functioning in script

2009-09-21 Thread Stuart Ballard
Hello all, Warren, I have a script which creates two pseudoatoms and a bond object between them, but the bond step consistently fails. However, the two pseudoatoms can be bound in the console after the script halts with the exact same command which fails in the script: cmd.bond("temp0A0","te