On Mar 23, 2007, at 12:18 AM, Christian Boos wrote:
> > Sandor W. Sklar wrote: >> Hi all ... >> >> It appears that I've installed Trac 0.11dev-r510 sucessfully (along >> with its prereqs) on RHEL 4 x86_64. If I run the "tracd" webserver, >> I'm able to navigate through the pages, and I've successfully created >> a ticket. >> >> When I run it with apache2-2.0.59 and mod_python-3.3.1, I get the >> following error: >> >> ... >> File "build/bdist.linux-x86_64/egg/genshi/input.py", line 111, in >> __init__ >> ExpatError: (null): line 1, column 0 >> >> ########################################################## >> >> > > It can be related to a conflict between the expat library from python > and the one from apache, see http://trac.edgewall.org/ticket/4454 > which > gives instructions for verifying if this is the case or not. Thanks, Christian ... I think it happened because I compiled the mod_python module against a different python installation then was being used to run Trac (accidently.) I fixed the problem by building the mod_python against the same Python install, and everything is working great now. -s- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
