google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

Program does not open #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trying to open program

What is the expected output? What do you see instead?
the opening and running of the program.  Instead, it tries loading and then
nothing happens; the process closes; I have uninstalled and reinstalled the
program even in an attempt to weed out potential errors in download, but
problem persists

What version of the product are you using? On what operating system?
The latest version, 0.4, on Ubuntu 8.04

Please provide any additional information below.

Original issue reported on code.google.com by trotzki...@gmail.com on 28 Nov 2008 at 7:41

GoogleCodeExporter commented 9 years ago
Even after upgrading to Ubuntu 8.10, this problem still persisted...

Original comment by trotzki...@gmail.com on 6 Dec 2008 at 8:43

GoogleCodeExporter commented 9 years ago
What is the labyrinth version ubuntu 8.10 ships? Is it 0.4.1?

Original comment by sinfr...@gmail.com on 26 Feb 2009 at 9:46

GoogleCodeExporter commented 9 years ago
i am having the same problem. as of currently i am runing ubuntu 9.04

Original comment by icarus...@gmail.com on 1 Aug 2009 at 12:00

GoogleCodeExporter commented 9 years ago
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

Original comment by mark.mrw...@gmail.com on 16 Feb 2010 at 6:54

GoogleCodeExporter commented 9 years ago
Debian package just lacks dependency on python-numeric.

Workaround: apt-get install python-numeric

Original comment by octog...@googlemail.com on 18 Feb 2010 at 12:30

GoogleCodeExporter commented 9 years ago
Numeric looks depreciated and removed from debian repositories.
Numpy is the new module which provide array function.

Original comment by CaptainM...@gmail.com on 17 Mar 2010 at 10:42

Attachments:

GoogleCodeExporter commented 9 years ago
Same Problem, doesn't open on newer version of Ubuntu, version 3.0 of labyrinth
works...however it doesn't have the newer labyrinth functions -_-

Original comment by infil...@gmail.com on 25 Apr 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Ubuntu 10.04 ships with 0.4.1. It is ok with launching Labyrinth now.

Original comment by eug...@gmail.com on 10 Jun 2010 at 10:43

GoogleCodeExporter commented 9 years ago
Should be fixed with revision 352.

Original comment by matthias...@gmail.com on 23 Apr 2011 at 2:38