Am 2008-07-06 um 22:38 schrieb Pierre-Alain Dorange:

Henning Hraban Ramm <[EMAIL PROTECTED]> wrote:

Try importing pygame.mixer.music or add that dependency in your
setup.y, maybe the dependency tree is not traversable for setuptools.

import pygame.mixer.music
make an error : ImportError: No module named music

Did you include your data files (esp. the music) in setup.py?

Yes the music is in the bundle

mixer and mixer.music are compiled modules (.so), maybe there's the problem.
Can't help you further, sorry.



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)



_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to