Magic Sam
Forever Homebrew
Hi,
I think I've found a bug which prevents Python/Pygame to work normally under Open2X:
I tried to run some Python stuff today on my F200, so I have downloaded Python and Pygame here in the archives.
There are two provided test applications, the first works fine, but the second (which should play sounds) outputs some error messages:
This test application works fine under Open2X compatibility mode, and before you ask, yes there is a file.wav and file.ogg in the directory
I tried to run some other stuff but this "undefined symbol" thing makes everything crash, it's not always related to libSDL_mixer though, sometimes it has to do with fonts and libfreetype too...
Bye and thanks for your help !
Magic Sam
I think I've found a bug which prevents Python/Pygame to work normally under Open2X:
I tried to run some Python stuff today on my F200, so I have downloaded Python and Pygame here in the archives.
There are two provided test applications, the first works fine, but the second (which should play sounds) outputs some error messages:
Code:
/mnt/sd/testpygame02.py:54: RuntimeWarning: use mixer: /mnt/sd/python/extras/libSDL_mixer-1.2.so.0: undefined symbol: __umodsi3
Code:
File "/mnt/sd/python/lib/python2.4/site-packages/pygame/__init__.py", line 52, in __getattr__
raise NotImplementedError, MissingPygameModule
NotImplementedError: mixer module not available
This test application works fine under Open2X compatibility mode, and before you ask, yes there is a file.wav and file.ogg in the directory
I tried to run some other stuff but this "undefined symbol" thing makes everything crash, it's not always related to libSDL_mixer though, sometimes it has to do with fonts and libfreetype too...
Bye and thanks for your help !
Magic Sam