Re: [Pythonmac-SIG] py2app and eggs

2008-05-07 Thread Christopher Barker
Henning Hraban Ramm wrote: I had problems with modules installed as eggs before. Some modules don't seem to find some files or the like. Yes, I know. I don't think any of the modules I need are installed with eggs, but it seems to be bringing in all kinds of other stuff -- weird. Particularly

Re: [Pythonmac-SIG] py2app and eggs

2008-05-07 Thread Henning Hraban Ramm
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, b