diff -r 67bff8734a5b -r eca20b012104 devtools/testlib.py --- a/devtools/testlib.py Sun Oct 17 10:04:03 2010 +0200 +++ b/devtools/testlib.py Sun Oct 17 10:04:45 2010 +0200 @@ -742,6 +742,7 @@ msg = '[%s in %s] %s' % (klass, view.__regid__, exc) except: msg = '[%s in %s] undisplayable exception' % (klass, view.__regid__) + msg = str(msg) # ensure no unicode if output is not None: position = getattr(exc, "position", (0,))[0] if position: