Menu

#2 fails ro run after install

open
nobody
None
5
2010-05-29
2010-05-29
Zerothis
No

I've compiled from source and used the deb from sorceforge, same error. I'm using ubuntu 10.04, but I had the same error with 9.10. I've tried running it with python2.4, python2.5, python2.6, python2.6.5, python3.0, and python3.1

python2.x returns:
user@machine:~$ bibledave
The configuration file is located at: /home/user/.bibledave
Traceback (most recent call last):
File "main.py", line 21, in <module>
import base
File "/usr/share/games/bibledave/base.py", line 372, in <module>
from levels.tilesets import *
File "/usr/share/games/bibledave/levels/tilesets/cavetiles.py", line 2, in <module>
from player import *
File "/usr/share/games/bibledave/player.py", line 3, in <module>
from pgu.tilevid import *
File "/usr/share/games/bibledave/pgu/tilevid.py", line 3, in <module>
from pgu.vid import *
File "/usr/share/games/bibledave/pgu/vid.py", line 419
as = self.sprites[:]
^
SyntaxError: invalid syntax
user@machine:~$

python3.x returns:
File "main.py", line 16
except ImportError, err:

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.