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

Re: [pygame] Run-Time Error: Pygame's "sndarray"




On Aug 16, 2005, at 10:41 PM, kschnee@xxxxxxxxxx wrote:

I compiled my Python program, which worked fine in IDLE, into an EXE using
Py2exe. After some experimentation, I find that unless I comment out all
of the music code, even the line that includes my music-jukebox module, I
get a run-time error:


Pygame Parachute traceback:
  File "pygame\sndarray.pyc", line 7, in __load
Fatal Python error: (pygame parachute) Segmentation Fault

Also, again with music code uncommented, Py2exe ends by producing an EXE
but complaining that:


The following modules appear to be missing
['AppKit', 'Foundation', 'objc']

This is unrelated to anything that you may be experiencing, those modules are only used on Mac OS X.


-bob