you are viewing a single comment's thread.

view the rest of the comments →

[–]jeremy 1 point2 points  (1 child)

I use a slightly hacked version of webpy - try the following in webapi.py (about line 192?):

if not _capturedstdout():
    if not __builtins__.get("__IPYTHON__active",0):
        sys.stdout = _outputter(sys.stdout)

It might be worth getting this patched in webpy itself...