In article <83e28da6-4e8e-b758-e794-6ac6ce99142c@lessthan3.org.uk>,
Chris Johns <chris@lessthan3.org.uk> wrote:
> Thanks.
> I will try it out when I can sort out my PackMan problems! I guess I
> could just copy the files from the zip into SharedLibs, but I imagine
> that will just cause other problems :))
> Do I also need shared versions of the other SDL libs? (SDLGFX, Image,
> Mixer, Net, Sound, TTF?). As you might guess, I'm trying to get pygame
> to build. Well I've got it to build, but it won't import.
I've put all the dependencies into one zip file
https://www.riscosports.co.uk/pygamelibs.zip.
To install them just drop each package on the PackMan icon.
To test that all the pygame modules load OK.
Load python and type.
>>> help()
help> pygame
The ones that don't load rely on the 'numpy' module. Haven't managed to
build that fully yet.
If you can get numpy to build then pygame zero will work. Most of the
tutorials on raspberrypi.org use it.
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment