Results 1 to 2 of 2
Ive installed pygame but now when i try to install this game i get this error,
Code:
make
Checking for Python... /usr/bin/python
Checking Python version: 2.3.
Checking for Pygame: 1.7.1release.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-06-2006 #1
pygame.surfarray: not found!
Ive installed pygame but now when i try to install this game i get this error,
Any help would be great :0)Code:make Checking for Python... /usr/bin/python Checking Python version: 2.3. Checking for Pygame: 1.7.1release. Checking for pygame.surfarray: not found! Angry, Drunken Dwarves requires the Pygame surfarray module. make: *** [check] Error 1
- 10-07-2006 #2
The game is almost runing but it cuts out ,here is more on the matter,
Code:alphs = pygame.surfarray.pixels_alpha(self._light_axe) File "/usr/lib/python2.4/site-packages/pygame/__init__.py", line 41, in __getattr__ raise NotImplementedError, MissingPygameModule NotImplementedError: surfarray module not available


Reply With Quote
