Thread
:
Pygame broken
View Single Post
zeitlichkeit
2010-08-16 , 12:16
Posts: 7 | Thanked: 9 times | Joined on Jun 2010
#
4
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.
Quote & Reply
|
The Following 5 Users Say Thank You to zeitlichkeit For This Useful Post:
ivgalvez
,
mece
,
saned
,
tonika
,
vuohiz
zeitlichkeit
View Public Profile
Send a private message to zeitlichkeit
Find all posts by zeitlichkeit