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. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
