Bug#604056: pyracerz dies immediately with a stacktrace on launch
Paul Wise
pabs at debian.org
Sun Nov 21 05:50:03 UTC 2010
tags 604056 + unreproducible moreinfo
thanks
On Sat, Nov 20, 2010 at 4:39 AM, Jason Woofenden <jason at jasonwoof.com> wrote:
> I just installed pyracerz, and when I run it, all I get is this:
...
> if pygame.display.mode_ok((int(1024*misc.zoom), int(768*misc.zoom)), displayFlags, 24) == 0:
> AttributeError: 'module' object has no attribute 'zoom'
> zsh: exit 1 pyracerz
I am unable to reproduce this. Please do the following and paste the output:
$ python
>>> import misc
>>> misc.__file__
>>> import sys
>>> sys.path.append("/usr/share/games/pyracerz/modules")
>>> import misc
>>> misc.__file__
>>> sys.path.insert(0,"/usr/share/games/pyracerz/modules")
>>> import misc
>>> misc.__file__
--
bye,
pabs
http://wiki.debian.org/PaulWise
More information about the Pkg-games-devel
mailing list