[wxPython-mac] problem with wxpython not error output

Robin Dunn robin at alldunn.com
Tue Sep 18 07:59:49 PDT 2007


Kestas Rutkauskas wrote:
> I trying to use wxwidgets on my mac .
> 
> but i can't see error messages ..
> 
> for example if i write in my code frame.show() .. but not frame.Show() ...
> program just terminates and i don't see error messages ..

The traceback is being redirected to a window, but since your exception 
is causing the MainLoop to be skipped and the program is terminating, 
you can't see that window.  You can change the redirection behavior by 
how you instantiate the app object:

http://wiki.wxpython.org/Frequently_Asked_Questions#head-3876c52e4b36f5bad7c0da1cccecfe288a163fb3


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-mac mailing list