[EMAIL PROTECTED] wrote:
>     print template % (ID, IID, Function[:10], Description[:10],
> ErrorNumber, StatusCD)
> TypeError: unsubscriptable object

It means either 'Function' or 'Description' is not a sequence.
Try inserting print statements to see what values they are.

e.g:

a = 2
a[:10]

will give me an 'unsubscriptable object'

Regards
Sreeram

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to