[Pythonmac-SIG] macholib unknown load command: 2147483682

Christopher Barker Chris.Barker at noaa.gov
Wed Sep 9 01:36:19 CEST 2009


Emanuele Santos wrote:
> I am trying to create a bundle using py2app dev on snow leopard and 
> python 2.6 and I am getting the following error with macholib:
> 
> ValueError: Unknown load command: 2147483682
> 
> Is there anything I can do to fix it?

Make sure you have the latest macholib. You may want install the latest 
dev version:

easy_install macholib==dev

If that doesn't fix it, it may be that snow leopard has added a new load 
command that macholib doesn't know what to do with. I think this may 
require a patch to macholib, but I'm not an expert -- Ronald?

-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