Beremiz.py
changeset 229 8bc65076e290
parent 227 48c13b84505c
child 230 38feaca5f06b
equal deleted inserted replaced
228:848da15cf513 229:8bc65076e290
   367         # launch local runtime
   367         # launch local runtime
   368         self.local_runtime = ProcessLogger(self.Log,
   368         self.local_runtime = ProcessLogger(self.Log,
   369                                            "%s %s -p %s -i localhost %s"%(sys.executable,
   369                                            "%s %s -p %s -i localhost %s"%(sys.executable,
   370                                                        Bpath("Beremiz_service.py"),
   370                                                        Bpath("Beremiz_service.py"),
   371                                                        runtime_port,
   371                                                        runtime_port,
   372                                                        self.local_runtime_tmpdir))
   372                                                        self.local_runtime_tmpdir),
       
   373                                                        no_gui=False)
   373         
   374         
   374         # Add beremiz's icon in top left corner of the frame
   375         # Add beremiz's icon in top left corner of the frame
   375         self.SetIcon(wx.Icon(Bpath( "images", "brz.ico"), wx.BITMAP_TYPE_ICO))
   376         self.SetIcon(wx.Icon(Bpath( "images", "brz.ico"), wx.BITMAP_TYPE_ICO))
   376         
   377         
   377         self.PluginRoot = PluginsRoot(self, self.Log, runtime_port)
   378         self.PluginRoot = PluginsRoot(self, self.Log, runtime_port)