hi, Do you have the smpeg dll copied in there?
cu, On Wed, May 21, 2008 at 7:58 AM, Keith Nemitz <[EMAIL PROTECTED]> wrote: > I get the following: > > AttributeError: 'module' object has no attribute 'mixer_music' > > > > > --- Brian Fisher <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> wrote: >> >> > I put your import line right above the failing line, but got exactly the >> > same results. I even >> > removed the try/exception block. >> > >> > >> > >