Hi Paul,

On Wed, Jan 14, 2015 at 1:48 PM, Paul LaBerge <p...@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?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to