Bug#604056: Acknowledgement (pyracerz dies immediately with a stacktrace on launch)

Jason Woofenden jason at jasonwoof.com
Sun Nov 21 06:10:12 UTC 2010


pabs,

Here's the log you requested:

> python
Python 2.6.6 (r266:84292, Oct  9 2010, 11:40:09) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import misc
>>> misc.__file__
'/usr/lib/pymodules/python2.6/misc/__init__.pyc'
>>> import sys
>>> sys.path.append("/usr/share/games/pyracerz/modules")
>>> import misc
>>> misc.__file__
'/usr/lib/pymodules/python2.6/misc/__init__.pyc'
>>> sys.path.insert(0,"/usr/share/games/pyracerz/modules")
>>> import misc
>>> misc.__file__
'/usr/lib/pymodules/python2.6/misc/__init__.pyc'
>>> misc.zoom
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'zoom'
>>> misc
<module 'misc' from '/usr/lib/pymodules/python2.6/misc/__init__.pyc'>
>>> dir(misc)
['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__']


I hope that's helpful. I'm happy to perform other tests, just let me know.

Take care,   - Jason





More information about the Pkg-games-devel mailing list