[Chimera-users] save reply log from chimera python script
Katryna Cisek
cisek.2 at osu.edu
Wed Oct 8 14:19:17 PDT 2008
Hi Chimera users,
Is there a new way to save the reply log from a chimera python script,
other than below (from Chimera Archive 2006)?
def save_reply_log(path):
from chimera import dialogs
r = dialogs.find('reply')
text = r.text.get('1.0', 'end')
f = open(path, 'w')
f.write(text)
f.close()
If not, what is the filename given to the reply log in this function?
Is it possible to
designate the name?
Thanks,
Katryna
More information about the Chimera-users
mailing list