Modify ↓
#3158 closed defect (worksforme)
Lastest trunk(10 dev) breaks on python 2.3
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I get a 500 from apache 2.
This is the second time i see the error under python 2.3 Two identical boxes i configurate.
however. I just installed on home machine with python 2.4 with no problem
[Wed May 17 10:56:29 2006] [error] [client 127.0.0.1] PythonHandler trac.web.modpython_frontend: TypeError: dispatch_request() takes exactly 3 arguments (2 given)
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Priority: | high → normal |
---|---|
Resolution: | → worksforme |
Severity: | blocker → normal |
Status: | new → closed |
Yes, I think this was a matter of restarting the apache server after a clean install, as Trac 0.10 works well with python 2.3.
Note:
See TracTickets
for help on using tickets.
I had this same problem. All I had to do was restart apache, and then run trac-admin /path/to/project upgrade