Re: [Pythonmac-SIG] easy_install problems in some 10.5.3?

2008-07-06 Thread Oscar Sanchez Casamitjana
sorry, been on vacations... thanks for answering Nehemiah. On Jul 1, 2008, at 6:54 PM, Nehemiah Dacres wrote: whats that -U option u used for mercurial? I was upgrading the MBP from older versions, and slipped it in via copypaste. anyways something strange happened, since now I could inst

[Pythonmac-SIG] [pygame][py2app] strange behaviour with mixer.music

2008-07-06 Thread Pierre-Alain Dorange
note : fu2 gmane.comp.python.pygame I currently develop my first small game with python on MacOS X. i add a background music and it works fine with python interpreted. Bu now when a build my bundle (with py2app), it bundle broke when loading the music with a strange error message. The source co

Re: [Pythonmac-SIG] [pygame][py2app] strange behaviour with mixer.music

2008-07-06 Thread Henning Hraban Ramm
Am 2008-07-05 um 13:34 schrieb Pierre-Alain Dorange: The source code : import os, pygame from pygame.locals import * File "/Volumes/Documents/PAD/Dev/PyGame/MicroWar/Source/dist/MicroWar.app/ Con tents/Resources/microwar.py", line 1721, in main pygame.mixer.music.load(fname)

Re: [Pythonmac-SIG] [pygame][py2app] strange behaviour with mixer.music

2008-07-06 Thread 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 fil

Re: [Pythonmac-SIG] [pygame][py2app] strange behaviour with mixer.music

2008-07-06 Thread Henning Hraban Ramm
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