Paul Casteels wrote:
>
>...
> Is this a known problem with PythonWin/wxPython ? Is there another way to
> debug wxPython programs ?
In general, it is not safe to debug graphical applications using
"foreign" toolkits in IDLE or PythonWin. If you've had luck so far with
IDLE, that's fine, but it isn't guaranteed to continue to work. Most
commercial Python IDEs like Komodo separate the process being debugged
from the process doing the debugging.
--
Take a recipe. Leave a recipe.
Python Cookbook! http://www.ActiveState.com/pythoncookbook
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython