wxPython 2.9.2.4 in CYGWIN_NT-6.1-WOW64 1.7.10(0.259/5/3)
When running wxPython/demo/Notebook.py and other demos, I get a Windows a problem has occurred message every time I close the application. No error messages appear in the console:
Any idea why that is happening? How can I get some log messages or something?
Something is crashing in the process of doing the shutdown. To find out what it is you'll probably need a debug version of Python and wxPython and run it in the debugger and examine the backtrace after the crash.
···
On 5/29/12 9:49 AM, Nicholas DiPiazza wrote:
wxPython 2.9.2.4 in CYGWIN_NT-6.1-WOW64 1.7.10(0.259/5/3)
When running wxPython/demo/Notebook.py and other demos, I get a Windows
a problem has occurred message every time I close the application. No
error messages appear in the console:
Any idea why that is happening? How can I get some log messages or
something?