Release Endgame: Singularity


Hi i had a short look in this pnd. There is a numpy folder included in this pnd it seems to depend on python2.6

>> import sys

>>> sys.path.append("numpy")
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
File "numpy/__init__.py", line 132, in
import add_newdocs
File "numpy/add_newdocs.py", line 9, in
from lib import add_newdoc
File "numpy/lib/__init__.py", line 4, in
from type_check import *
File "numpy/lib/type_check.py", line 8, in
import numpy.core.numeric as _nx
File "numpy/core/__init__.py", line 5, in
import multiarray
ImportError: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>

I currently use SZ1.71.

#### UPDATE  I found an up to date numpy version in the wxpython.pnd and replaced it with the oudated (python2.6) one in the endgame_singularity.pnd

after a few chmod issues i saw a starting image of the game. I never played it before.

As I failed to attache the pnd in this forum (tief it several times)  i uploaded the pnd here
 
Last edited by a moderator:
Back
Top