Re: pygame and py2app : big package

2009-09-20 Thread TerryP
Pierre-Alain Dorange wrote: > Sorry, it was not clear. > But i want to know if i can make the package smaller, because the total > package weight 59.4 MB just for a small arcade game. > You would need to skip or strip out any unneeded components that are being packed. Either by playing with how

Re: pygame and py2app : big package

2009-09-20 Thread Pierre-Alain Dorange
TerryP wrote: > > I used py2app on Mac to build a package of my game (using pygame). > > It works fine (better than py2exe, i can'tmake work at tht time). > > > > But the package is very big. > > The biggest "thing" is numpy lib : 19 MB ! > > > > numpy is very big and i doubt all is reallly neede

Re: pygame and py2app : big package

2009-09-18 Thread TerryP
On Sep 18, 9:28 pm, pdora...@pas-de-pub-merci.mac.com (Pierre-Alain Dorange) wrote: > I used py2app on Mac to build a package of my game (using pygame). > It works fine (better than py2exe, i can'tmake work at tht time). > > But the package is very big. > The biggest "thing" is numpy lib : 19 MB !