I am already using the latest versions of both macholib and py2app.

Thanks,

-- Emanuele.


On Sep 8, 2009, at 5:36 PM, Christopher Barker wrote:

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.bar...@noaa.gov
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig





_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to