Re: [Pyobjc-dev] Standalone table app
Brought to you by:
ronaldoussoren
From: David E. <epp...@ic...> - 2003-01-06 17:01:25
|
On 1/6/03 2:25 PM +0100 Just van Rossum <ju...@le...> wrote: > 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. I'm pretty sure it is all I need. But I got confused by the way the xml module replaces itself with _xmlplus if available and decided I didn't know how to include only pyexpat.so without including all the rest of _xmlplus or breaking something else. -- David Eppstein UC Irvine Dept. of Information & Computer Science epp...@ic... http://www.ics.uci.edu/~eppstein/ |