Hello all, Ok, so this one is trivial - but you never know, it might turn up elsewhere in another guise. :-) CPython >>> print '%s' % Exception() >>> IronPython Beta 6 >>> print '%s' % Exception() None >>> All the best, Michael Foord http://www.resolversystems.com