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
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
Steven, Danny, and Ben,
Thanks for the help identifying the source of the crash and how to read the
traceback, exception, paths, and search for errors. Very helpful since I’m
quite new to Python programming. I'll send details to opendaq, and ask on the
wxpython forum to see if they know what ca
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
> 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
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
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
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.