RE: debugging wxPython programs

2001-06-26 Thread Barry Scott
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

Re: debugging wxPython programs

2001-06-25 Thread Paul Prescod
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

RE: debugging wxPython programs

2001-06-25 Thread Kevin Altis
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