Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2006-10-31 10:44:21 (GMT)
committer Simon Schampijer <simon@schampijer.de>2006-10-31 10:44:21 (GMT)
commit9a474dabc28dcc765d32904b52a8761c7da084d4 (patch)
treeb794be6b8792629958fe5a7d906465a2aa022405
parent236c1443327e6144b7c7a346e974e6fd4453c23a (diff)
Changed the command to start the server.
-rwxr-xr-xmemosono.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memosono.py b/memosono.py
index 1ea9d1f..690d163 100755
--- a/memosono.py
+++ b/memosono.py
@@ -154,7 +154,7 @@ class Controler(gobject.GObject):
except ImportError:
logging.error( "NO SOUND: Can not load csnd module" )
if self.sound is 1:
- self.child = popen2.Popen3(os.path.join(self._MEMO['_DIR_CSSERVER'], "universe.py"))
+ self.child = popen2.Popen3("python " + os.path.join(self._MEMO['_DIR_CSSERVER'], "universe.py"))
self.id = 0 ##FIXME give a significant number
gobject.timeout_add(1000, self._csconnect)