Modify ↓
Opened 17 years ago
Closed 17 years ago
#2441 closed defect (fixed)
AccountManager doesn't work with mod_wsgi due to restricted sys.stdout
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
File "/usr/lib64/python2.4/site-packages/Trac-0.11dev_r6397-py2.4.egg/trac/web/main.py", line 406, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.4/site-packages/Trac-0.11dev_r6397-py2.4.egg/trac/web/main.py", line 195, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r6397-py2.4.egg/trac/prefs/web_ui.py", line 73, in process_request
template, data = chosen_provider.render_preference_panel(req, panel_id)
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 149, in render_preference_panel IOError: sys.stdout access restricted by mod_wsgi
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [3111]) remove debugging line that was causing problems with mod_wsgi (fixes #2441)