[Pythonmac-SIG] py2app producing extremely large file?

2007-02-16 Thread Chuck Burns
I currently ran py2app on some source I was given, and it generated a 40Meg file, whereas the py2exe windows executable was only around 8 or 9 megs.. what gives, and how can I shrink it down? python2.5 wxPython 2.8 py2app 0.3.5 Mac OS X 10.4.8 ___ P

Re: [Pythonmac-SIG] py2app producing extremely large file?

2007-02-16 Thread Bob Ippolito
On 2/16/07, Chuck Burns <[EMAIL PROTECTED]> wrote: > I currently ran py2app on some source I was given, and it generated a > 40Meg file, whereas the py2exe windows executable was only around 8 > or 9 megs.. what gives, and how can I shrink it down? > > python2.5 > wxPython 2.8 > py2app 0.3.5 > > Ma