In <[EMAIL PROTECTED]>, Fuzzydave
wrote:

> but regardless i am getting the error below and i can't seen to resolve
> this, what am i
> doing wrong?
> 
> Traceback (most recent call last): File
> "/home/phillipsd/work/medusa-new/htdocs/pricingrep.cgi", line 326, in ?
> if historyRep[8]==None: IndexError: list index out of range

`historyRep` seems to be shorter than you think it is.  Try printing it
too see what it actually contains.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to