Package flumotion :: Package admin :: Package gtk :: Module dialogs
[hide private]

Module dialogs

source code

generic dialogs such as progress, error and about


Version: $Rev$

Classes [hide private]
  ProgressDialog
  ErrorDialog
Functions [hide private]
 
exceptionHandler(exctype, value, tb)
Opens a dialog showing an exception in a nice dialog allowing the users to report it directly to trac.
source code
 
showConnectionErrorDialog(failure, info, parent=None) source code
Variables [hide private]
  __package__ = 'flumotion.admin.gtk'
Function Details [hide private]

exceptionHandler(exctype, value, tb)

source code 

Opens a dialog showing an exception in a nice dialog allowing the users to report it directly to trac.

Parameters:
  • exctype (type) - The class of the catched exception.
  • value (exctype) - The exception itself.
  • tb (traceback) - Contains the full traceback information.