On Sep 28, 2016, at 9:28 AM, Elaine Meng <meng@cgl.ucsf.edu> wrote:

Saving the Reply Log contents to file:
<http://plato.cgl.ucsf.edu/pipermail/chimera-users/2006-September/000924.html>
<http://plato.cgl.ucsf.edu/pipermail/chimera-users/2010-July/005367.html>

Saving the Reply Log is actually a little simpler now than it was when those messages were written:

from chimera.tkgui import saveReplyLog
saveReplyLog(“file name”)

Note that “file name” should be a full path to a file unless you know what folder the script is executing in.  Also, you can use an initial “~” character to indicate your home folder, so e.g. “~/Desktop/reply_log.txt”.

—Eric

Eric Pettersen
UCSF Computer Graphics Lab