Re: [Pyobjc-dev] Standalone table app
Brought to you by:
ronaldoussoren
From: David E. <epp...@ic...> - 2003-01-06 21:34:52
|
On 1/6/03 6:40 PM +0100 Just van Rossum <ju...@le...> wrote: > David Eppstein wrote: > >> 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. > > Actually, the standard xml package (the one that _xmlplus replaces) > works just fine with expat, as long as pyexpat.so is available (on the > top level). You could try by manually fiddling with your .app bundle. Thanks, that does appear to work. I hadn't realized the default pyexpat was ok at top level instead of in xml/parsers where _xmlplus puts it. -- David Eppstein UC Irvine Dept. of Information & Computer Science epp...@ic... http://www.ics.uci.edu/~eppstein/ |