From the mailing list:
> import pyglet
>
> music = pyglet.resource.media('bionic.mp3')
> music.play()
>
> pyglet.app.run()
>
> gave me: AttributeError: 'OSError' object has no attribute 'message'
This is Python 3.
Original issue reported on code.google.com by useboxnet on 27 Sep 2013 at 1:32
Original issue reported on code.google.com by
useboxnet
on 27 Sep 2013 at 1:32