On 17/10/13 01:43, Matt Shaw wrote:
> 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)

We probably need more information, such as python version, operating
system, pyglet version and abvin version.

Can you run this?

import pyglet
print pyglet.media.avbin.get_version()

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