2008/11/4 Martijn Pieters <[EMAIL PROTECTED]>:
>
> On Nov 4, 11:01 am, "Graham Dumpleton" <[EMAIL PROTECTED]>
> wrote:
>> 2008/11/4 Martijn Pieters <[EMAIL PROTECTED]>:
>>
>> > Looks like pyexpat, but I am not yet sure where to look next.
>>
>> Sorry, got a document for everything, validate by doing what is described in:
>>
>>  http://code.google.com/p/modwsgi/wiki/IssuesWithExpatLibrary
>
> This is great documentation, please do not be sorry! The only thing
> wrong here is that there is no easy to find overview of these
> documents on the wsgi wiki.

The ApplicationIssues document is the key one. It mentions the expat
problem in there and refers you to the separate document.

I did note that the IssuesWithExpatLibrary document didn't mention,
like ApplicationIssues does, that only applies to Python 2.4 and
earlier. Have updated document now to mention that. Also added
clarification about dotted path to ConfigurationDirectives document.

That said, I know that the indexing and navigation can be improved. :-)

> Indeed, my problem is conflicting expat versions; I'll have to
> recompile apache with a newer version of the library. Now, if only
> Python could be compiled with a dynamically loaded expat instead of
> the static version..

Alternative is to use Python 2.5 as then it doesn't matter as Python
namespaces its copy of expat so it doesn't clash.

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to