Problem with lists

Erik Max Francis max at alcyone.com
Mon Aug 25 16:38:40 EDT 2003


WIWA wrote:

> I see some strange things: on rather small (it must be +/- < 4000 )
> entries in the access_log, my script works fine. Above this limit, I
> get the following error.

It probably means that there's an entry in the log that isn't what you
expect.  The error is being generated by the input data; print the
contents of `datum' before you run that code, or check it out in a
debugger, to see what it contains.

> Question: do lists have a limit? Anyone know how I can change this
> simple script so that it works for more entries as well.

No, lists do not have any such limitation.  The code that's generation
the exception isn't dealing with a large list, anyway.

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ It's just a day that brings it all about
\__/  Sade




More information about the Python-list mailing list