python crash on windows but not on linux
Christian Heimes
lists at cheimes.de
Fri Feb 12 09:09:58 EST 2010
hjebbers wrote:
> The message on the screen is (I typed it over):
>
> **************************************************************************************
> python.exe
>
> python.exe has encountered a problem and needs to close.
> We are sorry for the inconvenience.
>
> If you were in the middle of something, the information you were
> working on might be
> lost
>
> For more information about the error, click here.
>
> <close-
> button>
> ***************************************************************************************
> the information about the error is a windows dump.
I suggest you install some sort of debugger on your system (e.g. Visual
Studio) and do a post mortem analysis of your stack trace.
Christian
More information about the Python-list
mailing list