Am 2008-05-07 um 01:45 schrieb Christopher Barker:

I'm having an odd issue with py2app. It seems to be bringing in almost everything in my Python install -- I"m getting a 112MB .app --which is way too big! The resulting app is crashing hard in a way I can't figure out anything about, too, but I don't know if that has anything to do with it.
Anyway, do you suppose it is bringing in every egg I have installed?

I had problems with modules installed as eggs before. Some modules don't seem to find some files or the like. Mostly it helps to install everything with "easy_install -Z" (i.e. unzip the egg). Further you must specifically include or exclude some modules or sub-modules. Perhaps post your setup.py, otherwise it's hard to detect what could be wrong in your case. At least my crystal ball doesn't work at the moment.

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)


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

Reply via email to