[wingide-users] python interpreter dying?

Wingware Support support at wingware.com
Mon Jul 24 10:45:23 MDT 2006


Paul Sijben wrote:
> I am finding that Windows XP thinks the python binary (2.4.3) has a
> problem and wants to send the debugging data to Microsoft central.
> However the interpreter works fine until I tell windows what to do with
> this problem. So the interpreter really is not dead.

I'm a bit confused here -- which interpreter are you referring to that 
continues to work after the program being debugged crashes?  Do you mean 
the python shell?  It runs in a separate process so it should continue 
to run regardless of what happens with the debugger.

Does the program crash when run outside of Wing?  If it does, it's 
probably due to a problem in an extension module and you need to either 
work around it or debug / modify the extension module.  It might be due 
to the size of stack, though that wouldn't be my first guess.

If it only crashes in Wing's debugger, than it might be due to something 
Wing does and we'd like to know more about what your program does.

Thanks,

John


More information about the wingide-users mailing list