Hello, I get an error in one of my product: TypeError: Unsubscriptable object. Does someone know what does this error mean ? Mickaël
mikl@club-internet.fr wrote:
Hello,
I get an error in one of my product:
TypeError: Unsubscriptable object.
Does someone know what does this error mean ?
please be a little more detailled, tell us what you did, show some code. unsubscriptable means that you want to get an element out of something that does not contain elements. e.g.: you have a variable Var that holds a digit "2". Now you cannot say Var[5], because Var is "unsubscribtable" (apart from other things that are problematic in this example). greetings, Heiko Stoermer -- heiko.stoermer@innominate.de innominate AG networkingpeople fon: +49.30.308806-0 fax: -77 web: http://innominate.de
participants (2)
-
mikl@club-internet.fr -
news-list.zope@innominate.de