"Tom Van den Bon" wrote:
> I know where something bad happens or something goes wrong in freevo it
> displays a message box with the exception and a option to continue or
> shutdown. How is this exception caught and why doesn't freevo just die? Are
> you using something like pycrash?
>
> Any information on this would be greatly appreciated.

try:
   main_loop()
except Exception, e:
   print 'we have exception %s' %e
   show_dialog_and_ask_for_shutdown


Dischi

-- 
Customer: I'm running Windows '98 
Tech: Yes. 
Customer: My computer isn't working now. 
Tech: Yes, you said that.

Attachment: pgpxHdbjUjvs5.pgp
Description: PGP signature

Reply via email to