[Pythonmac-SIG] Error compiling with py2app

Robin Dunn robin at alldunn.com
Mon Nov 10 23:18:12 CET 2008


Dan Ross wrote:
> Hi Cody-
> 
> Thanks for the reply. I posted the wrong error. I figured out the 
> missing file part.
> 
> Here's the error after providing the file.
> 

>   File "build/bdist.macosx-10.3-i386/egg/macholib/MachO.py", line 178, in load
>     raise ValueError("Unknown load command: %d" % (cmd_load.cmd,))
> ValueError: Unknown load command: 27
>> > /Users/danr/Projects/pyTunesQT/build/bdist.macosx-10.3-i386/egg/macholib/MachO.py(178)load()


You need a newer version of macho lib.  Do:

	easy_install macholib==dev


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the Pythonmac-SIG mailing list