I tried to follow the installation instructions for the Crystal Space version of the game on a Debin "Etch" system, but the installer failed. After making Python 2.5 the default Python (a different error occurs with 2.4), I get this traceback:
Code: Select all
Traceback (most recent call last):
File "<stdin>", line 24, in <module>
File "/tmp/0export-H4r2xD/install.py", line 22, in <module>
from zeroinstall.injector import gpg, trust, qdom, iface_cache, policy, handler, model
File "/tmp/0export-H4r2xD/zeroinstall/zeroinstall/injector/policy.py", line 19, in <module>
from zeroinstall.support import tasks, basedir
File "/tmp/0export-H4r2xD/zeroinstall/zeroinstall/support/tasks.py", line 39, in <module>
import gobject
ImportError: No module named gobject
t
Thanks.