Kar1o / endgame-singularity

Automatically exported from code.google.com/p/endgame-singularity
0 stars 0 forks source link

Does not run on PPC Mac OS X 10.5.6 with Python 2.6 #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. replace python 2.5 with python 2.6 on your Mac OS X Machine
2. try to run it

What is the expected output? What do you see instead?
expected: opening of the Software
happening:
appliaction starts and shuts down immediatly
starting from commandline results in

LSOpenFromURLSpec() failed with error -10810 for the file /path/to/Endgame 
Singularity.app.

Reading Console points to missing pygame.

What version of the product are you using? On what operating system?
Mac OSX 10.5.6

Python 2.6 Stackless 3.1b3 060516 (python-2.6:66737:66749M, Oct  2 2008, 
18:31:31) 
[GCC 4.0.1 (Apple Inc. build 5484)] on darwin

Download 0.30, released 01-26-2009 Of the game.

Please provide any additional information below.
Info.plist contains had path to python 2.5,
if replaced by 2.6 or Current pygame is not found

Original issue reported on code.google.com by ppeterma...@gmail.com on 9 Feb 2009 at 11:48

GoogleCodeExporter commented 9 years ago
1. Why would you expect E:S to work after tinkering with its internals like 
that?
2. E:S depends on several external libraries, which you don't have installed.
3. In fact, NumPy doesn't exist for Python 2.6 yet, nor does Pygame for Python 
2.6 on
the mac!

Original comment by funnyman3595 on 10 Feb 2009 at 12:14

GoogleCodeExporter commented 9 years ago
1) because python 2.5 is not listed as requirement, however is fixed in the 
Info.plist - helps for quite a few other applications to use Current instead of 
a 
fixed version number in the Path, so at least worth a try. (doesnt find python 
executable if you dont have 2.5)

2) well would be better to get an error message then that makes sense, missing 
errorhandling there.

3) see 2.

Original comment by ppeterma...@gmail.com on 10 Feb 2009 at 9:39