'WSGIRequest' object has no attribute '_req'

Asked by v

fixed

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
chrismd
Solved:
Last query:
Last reply:
Revision history for this message
Best chrismd (chrismd) said :
#1

The problem was some of the code was using attributes of the Request object that is only available on mod_python requests and hence the error when you ran it with runserver. I have committed a fix to trunk for this.

Revision history for this message
v (vvn) said :
#2

Thanks chrismd, that solved my question.