[All] To build a better music player

Helge Hafting helge.hafting at hist.no
Wed Feb 18 15:45:35 CET 2009


Dylan Reilly wrote:
> Curse all these python 2.5 versus 2.6 issues! The mutagen package was
> actually built for 2.5 and not 2.6 (my fault). I have fixed this and
> uploaded a new version to opkg.org. Note that I changed the version
> number.

The mutagen problem is fixed indeed. When running pythm, I got this 
error instead:

new conf
using gstreamer backend
/usr/lib/python2.6/site-packages/dbus/connection.py:242: 
DeprecationWarning: object.__init__() takes no parameters
   super(Connection, self).__init__(*args, **kwargs)
Could not load backend: mplayer: libpython2.5.so.1.0: cannot open shared 
object file: No such file or directory
Could not load backend: gstreamer: libpython2.5.so.1.0: cannot open 
shared object file: No such file or directory



So I used the mad mans workaround:
cd /usr/lib
ln -s libpython2.6.so.1.0 libpython2.5.so.1.0

And then pythm works and plays songs.

Helge Hafting




More information about the community mailing list