Re: [Zope] type error / issue dealer
On 3/10/06, Andreas Jung <lists@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 -- -- Einar Næss Jensen http://einar.nidelven-it.no/einarblog http://www.homemade.no tlf: +47 90990249 (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination.
--On 10. März 2006 12:39:18 +0100 Einar Næss Jensen <einar.nass.jensen@gmail.com> wrote:
On 3/10/06, Andreas Jung <lists@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
participants (2)
-
Andreas Jung -
Einar Næss Jensen