Re: [Pyobjc-dev] Standalone table app
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-01-06 17:40:26
|
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. Just |