"abcd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>I recently came across a problem where I saw this error: > "TypeError: unsubscriptable object" > > How can I determine if an object is "scriptable" or "unscriptable"? subscriptable: supports an indexing operator, like a list does. -- http://mail.python.org/mailman/listinfo/python-list