Re: [Tutor] PyDeadObjectError: MainFrame deleted

2015-01-15 Thread Paul LaBerge
Good to know. Thanks again for the help. Paul > On Jan 15, 2015, at 3:43 PM, Steven D'Aprano wrote: > > On Thu, Jan 15, 2015 at 10:42:35AM -0800, Paul LaBerge wrote: > >>> (Also, because I happen to know that

Re: [Tutor] PyDeadObjectError: MainFrame deleted

2015-01-15 Thread Steven D'Aprano
On Thu, Jan 15, 2015 at 10:42:35AM -0800, Paul LaBerge wrote: > > (Also, because I happen to know that the wxPython GUI is written in C++ > > so any C++ errors are from it, not the Python interpreter.) > > Have you worked on easy_daq or did you download the GUI ? Neither. I just know that wxPyt

Re: [Tutor] PyDeadObjectError: MainFrame deleted

2015-01-14 Thread Ben Finney
Paul LaBerge writes: > I was using a python script created GUI. The GUI locked up and > produced the following message when I closed it. Is this Python script your own code? If not, it will be good for you to correspond with the author(s) of the code. > Can someone tell me if the “MainFrame” ob

Re: [Tutor] PyDeadObjectError: MainFrame deleted

2015-01-14 Thread Danny Yoo
> 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? Ah. Looks like you are running the main.py program from: https://github.com/openDAQ/opendaq-gui/tree/mas

Re: [Tutor] PyDeadObjectError: MainFrame deleted

2015-01-14 Thread Danny Yoo
Hi Paul, On Wed, Jan 14, 2015 at 1:48 PM, Paul LaBerge 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 t

Re: [Tutor] PyDeadObjectError: MainFrame deleted

2015-01-14 Thread Steven D'Aprano
On Wed, Jan 14, 2015 at 01:48:10PM -0800, Paul LaBerge 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 t