10 Mar
2006
10 Mar
'06
6:08 p.m.
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