Re: [PyMOL] Pymol crash when deleting callback object

2015-09-30 Thread Spencer Bliven
awesome, thanks On Tue, Sep 29, 2015 at 7:39 PM, Thomas Holder < thomas.hol...@schrodinger.com> wrote: > Hi Spencer, > > This was a threading issue, I have fixed the script. > > Passing a wrong name to PutCenterCallback results in the same threading > issue. Should also be fixed. > > Cheers, >

Re: [PyMOL] Pymol crash when deleting callback object

2015-09-29 Thread Thomas Holder
Hi Spencer, This was a threading issue, I have fixed the script. Passing a wrong name to PutCenterCallback results in the same threading issue. Should also be fixed. Cheers, Thomas On 29 Sep 2015, at 10:47, Spencer Bliven wrote: > I'm using the callback version of the Axes script (third sc

[PyMOL] Pymol crash when deleting callback object

2015-09-29 Thread Spencer Bliven
I'm using the callback version of the Axes script (third script at http://www.pymolwiki.org/index.php/Axes). In MacPyMol 1.7.6.3 syspython, deleting the constructed axes object causes Pymol to crash. It's an old script and I'm guessing not well maintained, but the crash is still unfortunate. As an