> With crashing I mean, that windows pops up a screen saying, that
> python.exe failed.
> I do not have any usable trace on stdout / stderr.
> 
> What are the best means to analyze such errors?
You can use sys.excepthook to catch uncaught exceptions. See 
http://pythonwise.blogspot.com/2008/12/crashlog.html for example ;)

HTH,
--
Miki
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to