Opened 12 years ago

Last modified 12 years ago

#10254 closed defect

Internal error on 0.11.7 — at Initial Version

Reported by: Sam Halliday Owned by: Marc
Priority: normal Component: PeerReviewPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

running with tracd, using the latest ZIP compiled with python 2.7 on OS X

Trac detected an internal error: TypeError: post_process_request() takes exactly 4 arguments (5 given) This is probably a local installation issue.

Python Traceback

Most recent call last: File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 450, in _dispatch_request

dispatcher.dispatch(req)

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 211, in dispatch

self._post_process_request(req, *resp)

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 309, in _post_process_request

resp = f.post_process_request(req, *resp)

Change History (0)

Note: See TracTickets for help on using tickets.