My environment:
Apache-2.2.6
Trac-0.11b1
Subversion-1.4.3
Python-2.4.4
I've created a subversion project and a trac project. When I run the
tracd server, I'm able to connect to the project, but when I use
apache, I get the following error (when turning PythonDebug on):
==================================
Mod_python error: "PythonHandler trac.web.modpython_frontend"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
result = object(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
web/modpython_frontend.py", line 117, in handler
gateway.run(dispatch_request)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
web/wsgi.py", line 87, in run
response = application(self.environ, self._start_response)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
web/main.py", line 373, in dispatch_request
env = open_environment(env_path, use_cache=not run_once)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
env.py", line 560, in open_environment
env = env_cache.setdefault(env_path, open_environment(env_path))
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
env.py", line 564, in open_environment
env = Environment(env_path)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
env.py", line 189, in __init__
self.verify()
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
env.py", line 246, in verify
v = fd.read(26); assert v == 'Trac Environment Version 1',
(fd.name, v)
AssertionError: ('/var/trac/cimping/VERSION', '')
===================================
cimping is the trac project I created.
I noticed that /var/trac/cimping is not created so I manually created /
var/trac/cimping/VERSION with permissions of the apache web server.
Can someone explian how to create the /var/trac/cimping directory
structure or what I can do to create what is needed in order for this
to work?
Thanks.
John 88{Q
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---