Comment 6 for bug 327174

Revision history for this message
Daniel Queirolo (danf-1979) wrote :

this may or not be related, but I was having problems importing the "util" module. Checking the sources of /usr/bin/labyrinth revealed a error in sys.path. At least in jaunty we're using python2.6, so changing line 40 to:

   sys.path.insert(0, abspath("/usr/lib/python2.6/dist-packages/labyrinth"))

and installing python-numeric should fix all problems. Its running here.