Re: [Pyobjc-dev] Segfault on py2app with lxml
Brought to you by:
ronaldoussoren
|
From: Paul E. <pa...@ag...> - 2008-04-17 19:07:37
|
On Apr 10, 2008, at 3:04 AM, Ronald Oussoren wrote: > > I have a couple of things you could look into: > > - does the application work when you use an alias bundle (py2app -A)? > > - is your own build of lxml/libxml/... build using two-level > namespaces or a single-level namespace? The former is default, to > get the second you have to add '-flat_namespace' or '- > force_flat_namespace' to the command-line while linking. The latter > option is especially suspect, as it can cause problems like the one > you're having. Didn't have luck with the former. Tried some things on the second, though I haven't tried recompiling libxml2 with that. Doing so just for lxml didn't help. I just noticed that MacPorts has pyobjc2 and lxml2 now. I'll give that combination a try. Unfortunately WebKit isn't one of the frameworks that is available via MacPorts. Also, the MacPorts packages install as eggs, and my luck with py2app and egg-based packages is sparse. Anyway, I'll keep trying, and thanks for the help! --Paul |