Beremiz.py
changeset 229 8bc65076e290
parent 227 48c13b84505c
child 230 38feaca5f06b
--- a/Beremiz.py	Thu Aug 28 15:08:41 2008 +0200
+++ b/Beremiz.py	Thu Aug 28 16:34:48 2008 +0200
@@ -369,7 +369,8 @@
                                            "%s %s -p %s -i localhost %s"%(sys.executable,
                                                        Bpath("Beremiz_service.py"),
                                                        runtime_port,
-                                                       self.local_runtime_tmpdir))
+                                                       self.local_runtime_tmpdir),
+                                                       no_gui=False)
         
         # Add beremiz's icon in top left corner of the frame
         self.SetIcon(wx.Icon(Bpath( "images", "brz.ico"), wx.BITMAP_TYPE_ICO))