labyrinth crashed with ImportError in <module>()

Bug #346393 reported by Jens Gottfried
16
This bug affects 1 person
Affects Status Importance Assigned to Milestone
labyrinth (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: labyrinth

It's completely broken in Jaunty alpha6, fresh install.

First error is similar to https://bugs.launchpad.net/ubuntu/+source/labyrinth/+bug/86503

Line 45 refers to an absolute path:
                        sys.path.insert(0, abspath("/usr/lib/python2.5/site-packages/labyrinth"))
It should look like this:
                        sys.path.insert(0, abspath("/usr/lib/python2.6/dist-packages/labyrinth"))

~jug

ProblemType: Crash
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/labyrinth
InterpreterPath: /usr/bin/python2.6
Package: labyrinth 0.4.0-0ubuntu1
PackageArchitecture: all
ProcCmdline: python /usr/bin/labyrinth
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
PythonArgs: ['/usr/bin/labyrinth']
SourcePackage: labyrinth
Title: labyrinth crashed with ImportError in <module>()
Traceback:
 Traceback (most recent call last):
   File "/usr/bin/labyrinth", line 45, in <module>
     import utils
 ImportError: No module named utils
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
Jens Gottfried (jug) wrote :
Revision history for this message
Huygens (huygens-25) wrote :

I have also the problem with Jaunty.
Although, I have corrected the file labyrinth as suggested in the above report, it still gets the same blocking import error (import utils). Whereas, the directory /usr/lib/python2.6/dist-packages/labyrinth really contains the file utils.{py,pyc} and others.

Revision history for this message
Charles Roduit (charles-roduit) wrote :

Same problem here.

The workaround in the first message works partially as it then produce the bug #327174 where Numeric package is not found.

Revision history for this message
GabrielGrant (gabrielgrant) wrote :

Confirmed on Jaunty. Can someone please test on Karmic?

Changed in labyrinth (Ubuntu):
status: New → Confirmed
Revision history for this message
daigoro (daigorocub) wrote :

Confirmed on Karmic.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.