[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] mixer.music in runtime



On Wed, Apr 2, 2008 at 4:16 PM, Bo Jangeborg <bo@xxxxxxxxxxx> wrote:
>  Since no error is thrown on import is there any other
>  conditions that are triggered to make it not import the mixer_music ?
>
The source for mixer calls PyImport_ImportModule for
"pygame.mixer_music" and then explicitly swallows the exception if
that fails

maybe you could try:
----------------------------
import pygame.mixer_music
----------------------------
yourself, and see the exception?