Same problem, if I try to run the program in terminal I get the following,
seems like
a simple error regarding importing a missing file or directory called
Numeric, but I
suck at Linux and programming so I'm probably wrong.
I typed "labyrinth" and "./labyrinth"
Traceback (most recent call last):
File "/usr/bin/labyrinth", line 45, in <module>
import utils
File "/usr/lib/python2.5/site-packages/labyrinth/utils.py", line 29, in
<module>
from Numeric import *
ImportError: No module named Numeric
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Debian package just lacks dependency on python-numeric.
Workaround: apt-get install python-numeric
Numeric looks depreciated and removed from debian repositories.
Numpy is the new module which provide array function.
Attachments:
0001-Replace-numeric-by-numpy..patch 597 bytes
Ubuntu 10.04 ships with 0.4.1. It is ok with launching Labyrinth now.
Comment #9 on issue 129 by matthias...@gmail.com: Program does not open
http://code.google.com/p/labyrinth/issues/detail?id=129
Should be fixed with revision 352.