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

Re: [pygame] pygame.mixer.music broken in py2app games?





James Paige schrieb:
But pygame.mixer.music isn't a module.
>>> import pygame
>>> pygame.mixer.music
<module 'pygame.mixer_music' from 'C:\Python26\lib\site-packages\pygame\mixer_music.pyd'>
>>>

So you can see, it is a module
Regards, Gregor