[Zope] type error / issue dealer

Andreas Jung lists at andreas-jung.com
Fri Mar 10 06:49:17 EST 2006



--On 10. März 2006 12:39:18 +0100 Einar Næss Jensen 
<einar.nass.jensen at gmail.com> wrote:

> On 3/10/06, Andreas Jung <lists at andreas-jung.com> wrote:
>>
>> Why don't you report such bugs direcctly to the author of the program?
>> Developers hate fishing bug reports from lots of list instead of
>> receiving a report directly. I have really no idea why people don't
>> follow the direct
>> way?
>
>
> I have already notified the author
>
> I asked: what does unsubscriptable mean?
>
> I did not ask: Can you please solve my problem X with the Product Y
>
>

This is a basic Python question.

>>> foo=2
>>> foo[2]
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: unsubscriptable object

... means the object does not support slicing.

I doubt that will help you.

-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20060310/df5504a4/attachment.bin


More information about the Zope mailing list