Modify

Opened 16 years ago

Closed 16 years ago

#2441 closed defect (fixed)

AccountManager doesn't work with mod_wsgi due to restricted sys.stdout

Reported by: muelli@… 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)

Change History (1)

comment:1 Changed 16 years ago by Matt Good

Resolution: fixed
Status: newclosed

(In [3111]) remove debugging line that was causing problems with mod_wsgi (fixes #2441)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.