Hi, I added a couple of printf statements to src/mixer.c and lib/__init__.py
get a download from here when it updates(r1751) http://thorbrian.com/pygame/builds.php I think py2app stopped working correctly at some point, and the imports are stuffing up. One I know what it prints out, then maybe I can figure out what to do next. I don't have access to a mac to test with at the moment... Also, please try "import pygame.mixer_music" before you import anything else in pygame. cu, On Thu, Dec 18, 2008 at 5:03 AM, Brian Fisher <[email protected]> wrote: > I don't have ideas, but py2exe has the same problem but in that case it can > be fixed with a bundle_files:1 option > http://thread.gmane.org/gmane.comp.python.pygame/13893/focus=14492 > > I think to debug it takes messing with source, as mixer_music is being > imported from c code... also, I'm not sure why it's imported in that way - > maybe there is a way to make it imported more like other modules > > On Wed, Dec 17, 2008 at 8:31 AM, James Paige <[email protected]> > wrote: >> >> Still no ideas on that pygame.mixer.mysic in py2app bundles? Here are my >> test files in case somebody else with a Mac has a chance to try them >> out >> >> I didn't attach song.ogg, since it was big, but it is at >> http://hamsterrepublic.com/tmp/song.ogg or you can substitute any ogg >> file of your own. >> >> --- >> James Paige >> > >
