Neal Becker <[EMAIL PROTECTED]> writes: > TypeError: 'NoneType' object is not iterable > I'll have to say, I don't understand this error.
It's "lame duck typing". The .args attribute on an Exception instance is expected to be a tuple of the arguments passed through the raise statement. It is None if no args were passed. -- http://mail.python.org/mailman/listinfo/python-list