20 import sys, os, time, traceback, types
24 wxversion.ensureMinimal(
'2.8')
34 from AppFrame
import *
35 from libCatKernel
import *
48 wx.SplashScreen.__init__(self, bmp,
49 wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,
51 self.Bind(wx.EVT_CLOSE, self.
OnClose)
61 if self.fc.IsRunning():
64 if self.fc.IsRunning():
72 Create and show the splash screen. 73 It will then create and show the main frame when it is time to do so. 80 splash =
SplashScreen(os.path.join(os.environ.get(
"CATPYTHONROOT"),
81 "python/images/cat.bmp"))
112 mainOverview =
"""<html><body> 113 <h2>CAT Application</h2> 115 <p> CAT is an application to perform 119 if __name__ ==
'__main__':
def OnInit(self, app=None)