Modify ↓
Opened 17 years ago
Closed 17 years ago
#3192 closed defect (wontfix)
internal server error traceback
| Reported by: | kain | Owned by: | Herbert Valerio Riedel |
|---|---|---|---|
| Priority: | normal | Component: | GitPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n result = object(req)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 87, in handler\n gateway.run(dispatch_request)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/web/wsgi.py", line 87, in run\n response = application(self.environ, self._start_response)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 391, in dispatch_request\n env = _open_environment(env_path, run_once=run_once)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 58, in _open_environment\n env_cache[env_path] = open_environment(env_path)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/env.py", line 462, in open_environment\n env = Environment(env_path)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/env.py", line 142, in __init__\n load_components(self)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/trac/loader.py", line 101, in load_components\n entry_point.load()
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/setuptools-0.6c5-py2.3.egg/pkg_resources.py", line 1830, in load\n entry = __import__(self.module_name, globals(),globals(), ['__name__'])
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.3/site-packages/TracGit-0.0.1-py2.3.egg/gitplugin/git_fs.py", line 253
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: yield("git-"+k, ", ".join(("[%s]" % c) for c in v), True, 'changeset')
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: ^
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: SyntaxError: invalid syntax
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
you need at least python 2.4 for the trac 0.10 plugin (and python 2.5 for the trac 0.11 plugin)
Note: See
TracTickets for help on using
tickets.



forgot to add: this is from SVN some minutes ago.