Re: [Pyobjc-dev] Standalone table app
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-01-06 13:25:27
|
David Eppstein wrote: > * The application itself is big (7.7Mb). More than half of the bulk > is due to including _xmlplus due to Apple's failure to include > pyexpat in the default command-line Python. Pyexpat itself is not so > big (460k) so maybe it would be possible to reduce the build size. I forgot to mention: if expat is all you need from _xmlplus, it should suffice to just include pyexpat.so instead of all of _xmlplus. Just |