Unknown Visual C++ error

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Apr 28 14:31:33 EDT 2009


En Tue, 28 Apr 2009 08:56:34 -0300, Stef Mientki <stef.mientki at gmail.com>  
escribió:

> Anyone knows what this error message means ?
>
> Python 2.5.2

Either Python itself or a third-party library called the abort() function,  
usually due to a critical error.
Try looking into any log files, or the Windows event log, for any clue on  
what went wrong.
Also, try running the script using python.exe instead of pythonw.exe; you  
might see some diagnostic messages in the console.

-- 
Gabriel Genellina




More information about the Python-list mailing list