I think you don't need a debugger at this moment. You need a way to see the
output of your program (error messages).
You can run your program from a command line or you can use a code editor
like EditPlus (http://www.editplus.com), ConText
(http://www.fixedsys.com/context/), etc.
See a very good list at:
http://www.python.org/cgi-bin/moinmoin/PythonEditors
···
-----Original Message-----
From: Silvano Imboden [mailto:s.imboden@cineca.it]
Sent: Wednesday, April 16, 2003 11:18 AM
To: wxPython-users@lists.wxwindows.org
Subject: [wxPython-users] very boring problem
Hi all
I'm new with Python/wxPython and I always have this
very boring problem.
Every time I run a code with an error, python
closes and I have no guess about what is wrong.
In particular I'm trying to find out how to
embed pyCrust in mine application,
I've found the code-snippet that follow,
that create a wxWindow and a PyCrust.
The program start, but when I try to
type something at the shell (also symply pressing enter)
it crashes.
If I run the program from inside a debugger,
I'm tryng HAP,IDLE,..., the debugger crashes too.
So, the question is :
How do you manage thes kind of problem,
there is a debugger that work ?
-- many thanks -- Silvano