View Single Post
Posts: 215 | Thanked: 348 times | Joined on May 2011
#11
No luck for me, here's what I get:


Originally Posted by Radicalz38 View Post
Just apt-get install python libvorbisfile3

Code:
Nokia-N900:~# apt-get install python libvorbisfile3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python is already the newest version.
libvorbisfile3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

then do
cd /usr/lib
ln -s libpython2.6.so.1.0 libpython2.5.so.1.0
I get this

Code:
Nokia-N900:~# cd /usr/lib/ 
Nokia-N900:/usr/lib# ln -s libpython2.6.so.1.0 libpython2.5.so.1.0
ln: libpython2.5.so.1.0: File exists



and when I try executing paintown I get:

Code:
Nokia-N900:/home/user/paintown# ./paintown 
./paintown: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory