[issue2551011] problem with wsgi
Gabi <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <1539880844.7.0.788709270274.issue2551011@psf.upfronthosting.co.za> |
New submission from Gabi:
This is probably analogous to Issue2551010.
Calling
from roundup.cgi.wsgi_handler import RequestDispatcher
gives me the following traceback:
File "<stdin>", line 1, in <module>
File
"/usr/local/lib/python2.7/dist-packages/roundup/cgi/wsgi_handler.py",
line 16, in <module>
DEFAULT_ERROR_MESSAGE = http_.server.DEFAULT_ERROR_MESSAGE
AttributeError: 'module' object has no attribute 'DEFAULT_ERROR_MESSAGE'
I resolved this with the attached patch.
----------
files: patch
messages: 6288
nosy: gabi
severity: normal
status: new
title: problem with wsgi
type: crash
versions: devel
________________________________________________
Roundup tracker <[email protected]>
<http://issues.roundup-tracker.org/issue2551011>
________________________________________________