Search code examples
python-2.7raspberry-piwxpython

Wxpython mp3 player on raspberry pi


I found this mp3 player for wxpython http://www.blog.pythonlibrary.org/2010/04/20/wxpython-creating-a-simple-mp3-player/ It works fine on windows, but now I want to play the music on my raspberry pi. But it gives an error that it can't play the music files. So what's wrong? Do I have to install another mediaplayer on the raspberry pi?


Solution

  • It would help matters if you posted what the error was.
    However, I suspect that loading libwxgtk-media2.8-0 and any dependencies would probably help.
    Notes:
    There is also libwxgtk-media3.0-0 for later versions of wxpython
    I believe that on Linux/Rpi it uses gstreamer0.10 which is, arguably, now defunct.