8 Oct
2008
8 Oct
'08
2:19 p.m.
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