Joel Gluck wrote:
Hi Chris,

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*

Why is this happening?

those are the py2app dependencies -- why in the world you'd get them in your cwd is beyond me.

When you say "my setup script" -- do you mean your setup.py that is supposed to build your app?

post it, and we'll see if there is anything weird about it.

Is it safe to have my script just delete these when I'm done?

I would think so, but I don't know why they are there at all.


-CHB

--
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