paolo wrote:
> Hi, I had problems running Django with mod_python, so I had the
> possibility to investigate and obtain some detailed info, which I'd
> like to share here.
>
> I'd like to suggest "Expat Causing Apache Crash", which explains
> problems caused due to mismatches in the version of the "expat" library
> embedded into Python and that linked into Apache, how to verifying if
> expat is the problem and finally a resolution.
> (http://www.dscpl.com.au/articles/modpython-006.html)
>
Commenting out this line in feedgenerator.py fixes my problem, so that
does seem to be the cause:
from xml.parsers.expat import ExpatError
An expat version mismatch would also explain why it works with
mod_python on my staging server (which is a more recent build).
This evening I will check the expat versions and try rebuilding Apache
as advised in the link, and post my results.
Thanks very much.
Graham.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---