--- a/Beremiz.py Tue Sep 02 12:21:58 2008 +0200
+++ b/Beremiz.py Tue Sep 02 12:24:25 2008 +0200
@@ -415,7 +415,7 @@
runtime_port = int(random.random() * 1000) + 61131
self.local_runtime = ProcessLogger(self.Log,
- "%s %s -p %s -i localhost %s"%(sys.executable,
+ "\"%s\" \"%s\" -p %s -i localhost %s"%(sys.executable, Bpath("Beremiz_service.py"),
self.local_runtime_tmpdir),