Einar Næss Jensen wrote at 2006-3-10 12:04 +0100:
>having trouble understanding this error.
>what does unsubscriptable mean?
>is it due to insufficent rights?
>
>Error Type: TypeError
>Error Value: unsubscriptable object
>
>Time      2006/03/10 11:40:23.001 GMT+1
>User Name (User Id)     einar (einar)
>Request URL     http://host.name:8080/xxx/logging2/search
>Exception Type     TypeError
>Exception Value     unsubscriptable object

You are using subscription syntax (i.e. "obj[subscript]")
for an object that does not support subscription (e.g. "None",
an integer, ...).


-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to