[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] mixer.music in runtime
I get the following:
AttributeError: 'module' object has no attribute 'mixer_music'
--- Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx> wrote:
> I guess that means it imports correctly, but somehow fails to get bound?
>
> I don't suppose you can access the functionality you need through
> mixer_music, can you?
>
> In other words, what happens if you change the first failing
> pygame.mixer.music.whatever line to pygame.mixer_music.whatever? (after the
> import, of course)
>
> On Tue, May 20, 2008 at 11:17 AM, Keith Nemitz <musenik@xxxxxxxxx> wrote:
>
> > I put your import line right above the failing line, but got exactly the
> > same results. I even
> > removed the try/exception block.
> >
> >
>