Hi all,
I've just entered the world of wxPython, and am in the process of
designing my first app. I'm using wxDesigner to generate the interface
and skeleton code, and then adding my functional code.As I'm working on the app, I make incremental changes and start it
from the command line (i.e. "python myapp.py"). The problem is, if the
program crashes due to an error, it just exits without leaving any
error messages from the Python interpreter. So, I'm really in the dark
when I have to debug since I'm not getting any traceback error
information from Python like I normally do when I'm writing a small
Python script.Any way around this??
Thanks!
Peter
This depends on what OS you are using. Are you in a Windows environment
(which one) or maybe Linux (again which one)? Give us that information and
we can help you.
--vicki