Gabriel Genellina wrote:
En Tue, 28 Apr 2009 08:56:34 -0300, Stef Mientki <stef.mien...@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.

thanks Andrea,

running Python.exe, reveals the problem in a third party library

Fatal Python error: (pygame parachute) Segmentation Fault

but after removing all pygame references,
the error still was there,

further investigation revealed,
that assigning the same imagelist to a wx.NoteBook was causing the problems.

cheers,
Stef

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to