Hi,

When I built Trac and deploy it on an Apache httpd server, I get an
error when visiting the search page:

IOError: sys.stdout access restricted by mod_wsgi

Traceback (most recent call last):
  File "build\bdist.win32\egg\trac\web\main.py", line 478, in
_dispatch_request
    dispatcher.dispatch(req)
  File "build\bdist.win32\egg\trac\web\main.py", line 154, in dispatch
    if handler.match_request(req):
  File "build\bdist.win32\egg\trac\search\web_ui.py", line 82, in
match_request
    print "******************** "
IOError: sys.stdout access restricted by mod_wsgi


I need to comment print "*******" out in search/api.py and search/
web_ui.py to get Trac to work.

The strange thing is that if I do it by using easy_install -U
Trac==dev the error does not appear. Is there any switch / option when
building Trac to avoid the error?

Thanks in advance,
Franz

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to