[Pythonmac-SIG] py2app: Bombing on unknown load command 27
Joel Gluck
joelgluck at yahoo.com
Sun Jan 4 19:50:45 CET 2009
Hi Chris,
Thanks for this suggestion.
Question: when I ran easy_install for py2app as you suggested, it
returned an error:
The required version of setuptools (>=0.6c9) is not available, and
can't be installed while this script is running. Please install
a more recent version first, using 'easy_install -U setuptools'.
When I tried to install setuptools as it recommended, it seemed to work,
but then running easy_install for py2app again bombed in the same way.
(Whole session below.)
Any idea what's going on?
TIA,
Joel
Last login: Sun Jan 4 13:37:47 on console
Joel-Glucks-iMac:~ joel$ easy_install py2app==dev
Searching for py2app==dev
Reading http://pypi.python.org/simple/py2app/
Reading http://undefined.org/python/#py2app
Best match: py2app dev
Downloading http://svn.pythonmac.org/py2app/py2app/trunk#egg=py2app-dev
Doing subversion checkout from http://svn.pythonmac.org/py2app/py2app/trunk
to /var/folders/lI/lIRCvreNH7SfDbfAh2BgAE+++TM/-Tmp-/easy_install-
XVZEYt/trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir /var/folders/lI/
lIRCvreNH7SfDbfAh2BgAE+++TM/-Tmp-/easy_install-XVZEYt/trunk/egg-dist-
tmp-H0c_ht
The required version of setuptools (>=0.6c9) is not available, and
can't be installed while this script is running. Please install
a more recent version first, using 'easy_install -U setuptools'.
(Currently using setuptools 0.6c7 (/System/Library/Frameworks/
Python.framework/Versions/2.5/Extras/lib/python))
error: Setup script exited with 2
Joel-Glucks-iMac:~ joel$ easy_install -U setuptools
Searching for setuptools
Reading http://pypi.python.org/simple/setuptools/
Best match: setuptools 0.6c9
Processing setuptools-0.6c9-py2.5.egg
setuptools 0.6c9 is already the active version in easy-install.pth
Installing easy_install script to /Users/joel/bin
Installing easy_install-2.5 script to /Users/joel/bin
Using /Users/joel/Library/Python/2.5/site-packages/setuptools-0.6c9-
py2.5.egg
Processing dependencies for setuptools
Finished processing dependencies for setuptools
Joel-Glucks-iMac:~ joel$ easy_install py2app==dev
Searching for py2app==dev
Reading http://pypi.python.org/simple/py2app/
Reading http://undefined.org/python/#py2app
Best match: py2app dev
Downloading http://svn.pythonmac.org/py2app/py2app/trunk#egg=py2app-dev
Doing subversion checkout from http://svn.pythonmac.org/py2app/py2app/trunk
to /var/folders/lI/lIRCvreNH7SfDbfAh2BgAE+++TM/-Tmp-/easy_install-
Rr-5Ur/trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir /var/folders/lI/
lIRCvreNH7SfDbfAh2BgAE+++TM/-Tmp-/easy_install-Rr-5Ur/trunk/egg-dist-
tmp-FIp6nX
The required version of setuptools (>=0.6c9) is not available, and
can't be installed while this script is running. Please install
a more recent version first, using 'easy_install -U setuptools'.
(Currently using setuptools 0.6c7 (/System/Library/Frameworks/
Python.framework/Versions/2.5/Extras/lib/python))
error: Setup script exited with 2
Joel-Glucks-iMac:~ joel$
On Jan 3, 2009, at 1:43 PM, Chris.Barker wrote:
> Bob Ippolito wrote:
>> Unknown load command: 27 means it's seeing a load command (low level
>> Mach-O stuff) that it doesn't understand, which is reasonable because
>> I don't think I've updated the code since 10.4 or so and there are
>> probably some new ones.
>
> There have been some fixes for similar issues -- make sure you re
> using the latest py2app:
>
> easy_install py2app==dev
>
>
> (I think that's the call...)
>
> -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090104/92e4b3f5/attachment.htm>
More information about the Pythonmac-SIG
mailing list