![]() |
Pygame broken
As some of you have noticed, there have been a few problems with an update to libsdl-ttf.2.0-0. You can see the full thread here
Although I have been able to solve the dependency hell, now I can't execute any pygame application like Destroids, Maelophone and Maesinth. This is the traceback reported after trying to execute any of this manually: Code:
~ $ python /opt/maesynth/maesynth.py Is there any Python hacker out there who knows how to solve the problem? |
Re: Pygame broken
Reflashed my phone today and installed python again, and I have the same problem with pygame.
|
Re: Pygame broken
Any news on this subject?
|
Re: Pygame broken
I resolved the problem. It is not an error of python-pygame but of python-numpy. The same error occurs on fedora linux (here and here). Numpy has been ported to maemo and as mentioned in this thread some symbolic links must be created manualy after installation. It seems that for some reasons these links are not created (anymore?) during the installation process.
Try this in a terminal: # root # cd /usr/lib # ln -s libblas.so.3gf libblas.so # ln -s liblapack.so.3gf liblapack.so That solved the problem for me. |
Re: Pygame broken
Wow it worked!
Thank you very much. |
Re: Pygame broken
Hello
I would like to use Maesynth but I have no idea how. I can see that I have to put this lines: # root # cd /usr/lib # ln -s libblas.so.3gf libblas.so # ln -s liblapack.so.3gf liblapack.so in the Terminal and then what? Enter or something else? What? What else? Just those lines? It is not working. Please guys can you tell me how to do that step by step please? Thank you. |
All times are GMT. The time now is 03:40. |
vBulletin® Version 3.8.8