On 23/09/13 02:31, Alex Dolinsky wrote:
> 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...

Python 3 support needs some love :)

Can you enter a bug report? Please include Python 3 version.

http://code.google.com/p/pyglet/issues/entry

Thanks!

Regards,

Juan

-- 
jjm's home: http://www.usebox.net/jjm/
blackshell: http://blackshell.usebox.net/

-- 
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