L PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
> Altis
> Sent: 25 June 2001 13:20
> To: Paul Casteels; [EMAIL PROTECTED]
> Subject: RE: debugging wxPython programs
>
>
> I have also had problems with PythonWin locking up if I try and run wxPython
> programs
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
I have also had problems with PythonWin locking up if I try and run wxPython
programs. When I made the cwd (current working directory) patch to
scriptutils.py I noticed that even for non-debugger runs of a program
PythonWin is execing the code rather than running it as an external program
cod