[Pythonmac-SIG] using py2app to include the python interpreter?

Christopher Barker Chris.Barker at noaa.gov
Mon Aug 4 20:53:52 CEST 2008


Patrick Li wrote:
> Thanks!  It took me further... However, I'm now getting the following 
> error.  Do you know what may cause this?
>   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

I think you need a newer macholib. I had hoped the would be updated in 
the latest release version, but I guess not. try:

$ easy_install macholib==dev

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the Pythonmac-SIG mailing list