Package: krank
Version: 0.7+dfsg1-3
Severity: grave
Tags: patch
Justification: renders package unusable
Hi,
This program will stop with the following error:
krank version 07
Traceback (most recent call last):
File "/usr/lib/krank/Main.py", line 9, in <module>
from World import *
File "/usr/lib/krank/World.py", line 8, in <module>
from Level import *
File "/usr/lib/krank/Level.py", line 2, in <module>
import k, levels
ImportError: No module named levels
The attached patch fixes the problem.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages krank depends on:
ii python-pygame 1.7.1release-4.2 SDL bindings for games development
ii ttf-dejavu 2.28-2 Metapackage to pull in ttf-dejavu-
krank recommends no packages.
krank suggests no packages.
-- debconf-show failed
--- /usr/games/krank.orig 2009-03-08 21:30:21.000000000 +0100
+++ /usr/games/krank 2009-03-08 20:39:29.000000000 +0100
@@ -2,5 +2,5 @@
cwd=`pwd`
cd /usr/share/games/krank
-PYTHONPATH="/usr/lib/krank:$PYTHONPATH" python /usr/lib/krank/Main.py
+PYTHONPATH="/usr/lib/krank:/usr/share/games/krank:$PYTHONPATH" python /usr/lib/krank/Main.py
cd $cwd