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:
###########################################################
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5113-py2.3.egg/
trac/web/api.py", line 330, in send_error
'text/html')
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5113-py2.3.egg/
trac/web/chrome.py", line 541, in render_template
template = self.load_template(filename, method=method)
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5113-py2.3.egg/
trac/web/chrome.py", line 525, in load_template
return self.templates.load(filename, cls=cls)
File "build/bdist.linux-x86_64/egg/genshi/template/loader.py", line
179, in load
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line
70, in __init__
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line
213, in __init__
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line
87, in _parse
File "build/bdist.linux-x86_64/egg/genshi/input.py", line 111, in
__init__
ExpatError: (null): line 1, column 0
##########################################################
Here is the relevant portion of my httpd.conf:
<Location /tracrepos>
PythonDebug on
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /opt/home/sdrtrac/tracrepos
PythonOption TracUriRoot /tracrepos
</Location>
I'm really clueless about Python (surprised I've been able to get this
far!), so I'm hoping that this error is being caused by something
something really simple. I've googled with no luck, so can someone
help?
Thanks,
-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
-~----------~----~----~----~------~----~------~--~---