import pyglet

music = pyglet.resource.media('bionic.mp3')
music.play()

pyglet.app.run()

gave me: AttributeError: 'OSError' object has no attribute 'message'

I tried to instantiate Player class to no avail as well.
I guess I'll have to downgrade myself to Python2 then...

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to