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

Re: [pygame] Pygame missing surfarray



Thanks for your help.

Now I can go on with my project using OcempGUI. Still have a lot to learn.

Merry X-mas.

Johan

Peter Shinners wrote:
On Sat, 2005-12-24 at 13:25 +0200, Johan Geldenhuys wrote:
  
This is what I did now and it looks like it worked. Not the preferred
way of fixing he problem, but it worked.

KMA:/usr/lib/python2.4/site-packages # cp -rv
* /usr/local/lib/python2.4/site-packages/
    

Sounds like you are up and running. You could have probably done this by
only copying the Numeric directory over.

The problem was that Numeric was installed to the system version of
Python, but not the one you were trying to build with.