[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Pygame missing surfarray



I've been upgrading from Python 2.4.1 to 2.4.2 and installed pygame 1.7.1.

I am trying to use ocempgui and if I run my script I get this error:
File "/usr/local/lib/python2.4/site-packages/pygame/__init__.py", line 52, in __getattr__
raise NotImplementedError, MissingPygameModule
NotImplementedError: surfarray module not available


Any ideas how to fix it and why this is module "surfarray" is missing?

Thanks,

Johan