[Tutor] PyDeadObjectError: MainFrame deleted

Danny Yoo dyoo at hashcollision.org
Thu Jan 15 02:29:46 CET 2015


Hi Paul,

On Wed, Jan 14, 2015 at 1:48 PM, Paul LaBerge <paul at labergedaylight.com> wrote:
> Hello,
>
> I was using a python script created GUI. The GUI locked up and produced the following message when I closed it.
> Can someone tell me if the “MainFrame” object is in the GUI or part of Python ? It looks like I need to reinstall something, but I’m not sure what that is from this message.


It's likely part of the GUI, as web searches for the error message
come up with pages like:

    http://stackoverflow.com/questions/18198413/wxpython-pydeadobjecterror

This looks specific to the wxPython GUI part of the program you're
running.  As far as I can tell, you'd see this only if there were a
bug in the Python script.  Who wrote the GUI?


More information about the Tutor mailing list