hello,
i'm having a lot of trouble just playing a simple wav or mp3 file in python 3.3, I googled recommended libraries to use, i've tried pygame and pymedia but they seem to be for python2 only, pycharm (my ide) doesn't even recognise them as installed. The only one it recognises is pyglet, but that gives me an import error: failed to load GLU
i'm running Arch linux.
Can anyone here recommend a simple way to play sounds files in python 3+ that works on WIndows and Linux?
thanks