Re: [PyMOL] command to append a log file?

2019-03-06 Thread Thomas Holder
Hi Michael, Use mode="a" to append to the log file: cmd.log_open('/tmp/log.pml', 'a') Cheers, Thomas > On Mar 6, 2019, at 5:47 AM, Michael Morgan wrote: > > Dear all, > > I hope my log file can keep recording operations. > > I put “log_open” in the pymolrc.pml file. However, it seems

Re: [PyMOL] About legal/copyright issue with developing PyMOL plugin

2019-03-06 Thread Thomas Holder
Hi William, You can use any version of PyMOL, the plugin API is the same in all of them (Open-Source, Incentive with edu/academic/commercial license). Your own code, if open-sourced, needs a GPL-compatible license. You're in the same situation as the person asking "can I release my SW under