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("temp0////A0","temp0////B0")

Alternatively, cmd.do("bond temp0////A0, temp0////B0") fails just the same.

The following works perfectly:
PyMOL>python
1:cmd.pseudoatom("temp",pos[0,0,0],name="A")
2:cmd.pseudoatom("temp",pos[0,0,5],name="B")
3:cmd.bond("temp////A","temp////B")
PyMOL>python end

So can anyone tell me why the *exact *same thing in a script halts after 2?


Thanks,
Stuart Ballard
Dept. of Biochemistry
University of Wisconsin-Madison
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to