Can you share the line of code where the error occurs?

That error occurs when you're trying access the numeric index of
something in a sequence, that doesn't exist, like:

>>> l=[0,1,2,3]
>>> l[4]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IndexError: list index out of range



On Sat, Apr 9, 2011 at 10:43 AM, Wim den Ouden <wdenou...@gmail.com> wrote:
> GAE server and local host are not the same, the datastore is 'verry'
> different. Maybe your data online is much bigger? The index building is not
> ready? To many indexen?
>
> 2011/4/9 Jimmy <jimmylin...@gmail.com>
>>
>> I run my program on GAE, but one error show up which is "IndexError:
>> list index out of range".
>> But I try to run it on local host. It's totally okay.
>>
>> I want to know why cause this problem and fix it.
>> Thank you for reading and answering.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> --
> Gr,
> Wim den Ouden,
> Offline web application developer based on Javascript, Html, Css, Python,
> Google app engine,
> Buuring, developer tips
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Ross M Karchner

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to