I'm wondering what in the hizhow makes thing thing to this

import pyglet
song = pyglet.media.load('yes.mp3')
song.play()
pyglet.app.run()

run in terminal gives me:

    song = pyglet.media.load('yes.mp3')
AttributeError: 'module' object has no attribute 'media'


(I do have AVbin installed)

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