Hi,
For my system it goes like this:
1. Make sure that python-numeric is not installed.
2. install angrydd
3. Start an arcade game.
4. Get this error:
/usr/share/games/angrydd/game.py:994: RuntimeWarning: use surfarray: No module
named Numeric
alphs = pygame.surfarray.pixels_alpha(self._light_axe)
Traceback (most recent call last):
File "/usr/games/angrydd", line 246, in ?
else: main()
File "/usr/games/angrydd", line 109, in main
menu.Menu(main_menu)
File "/usr/share/games/angrydd/menu.py", line 151, in __init__
pos, ev.key)
File "/usr/games/angrydd", line 144, in play_arcade_game
game.ArcadeGame(characters)
File "/usr/share/games/angrydd/game.py", line 1226, in __init__
Game.__init__(self)
File "/usr/share/games/angrydd/game.py", line 994, in __init__
alphs = pygame.surfarray.pixels_alpha(self._light_axe)
File "/usr/lib/python2.4/site-packages/pygame/__init__.py", line 52, in
__getattr__
raise NotImplementedError, MissingPygameModule
NotImplementedError: surfarray module not available
5. Guess from the first line that something numeric is needed.
6. Install python-numeric (no other packages)
7. Have fun playing angrydd
That's how I came up with the idea that python-numeric is a dependency.
Regards,
Marco
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]