Ejemplo n.º 1
0
 def __init__(self, name):
     self.path = self.basepath
     self.name = name
     self.logger = init_logger(self.logfile)
     wxApp.__init__(self, redirect=False, filename=self.logfile)
     self.AppName = name
     self.AppDisplayName = name
     self.icon = wx.Icon(self.get_resource('Icon.ico'))
Ejemplo n.º 2
0
 def __init__(self, filename = None):
     print "[+] Run hachoir-wx version %s" % VERSION
     self.filename = filename
     App.__init__(self, False)
Ejemplo n.º 3
0
 def __init__(self, filename=None):
     print("[+] Run hachoir-wx version %s" % VERSION)
     self.filename = filename
     App.__init__(self, False)
Ejemplo n.º 4
0
 def __init__(self):
     App.__init__(self, redirect=False)
Ejemplo n.º 5
0
    def __init__(self):
        App.__init__(self)

        MyFrame()