diff -r 848da15cf513 -r 8bc65076e290 Beremiz.py --- 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))