Joel Gluck wrote:
Chris, here's the setup script (which I run in my cwd, containing the main program I'm creating an app out of, "savi.py"). TIA for your diagnosis, doc! -- Joel*

that all looks pretty normal.

oh, you do run it as:

$python setup.py py2app

don't you?

One note:

One more related question on this -- when I run my setup script, the following 4 eggs appear in my cwd:
*altgraph-0.6.7-py2.5.egg*
*modulegraph-0.7-py2.5.egg*
*bdist_mpkg-0.4.3-py2.5.egg*
*macholib-1.1-py2.5.egg*

I still have no idea why those eggs get into you dir, but I'm running macholib 1.2:

>>> import macholib
>>> macholib.__version__
'1.2'

so it looks like you haven't succeeded in fully upgrading py2app and all its dependencies.

The mackolib upgrade may help your unknown load command error.


-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

Reply via email to