agw.persist - protect for PyDeadObjectError

Hi Andrea,

I sometimes run into a PyDeadObjectError when I try to persist a layout.

See attached patch.

Werner

persist4-pydeadobj.patch (591 Bytes)

HI Werner,

Hi Andrea,

I sometimes run into a PyDeadObjectError when I try to persist a layout.

See attached patch.

Thank you for the patch, I have uploaded it in SVN for both Classic and Phoenix.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #

ยทยทยท

On 17 February 2013 11:49, Werner wrote: