Exemple #1
0
 def initialization_failed(self):
     print('Catastrophic failure initializing GUI, bailing out...')
     QCoreApplication.exit(1)
     raise SystemExit(1)
Exemple #2
0
 def initialization_failed(self):
     print 'Catastrophic failure initializing GUI, bailing out...'
     QCoreApplication.exit(1)
     raise SystemExit(1)