IndexError

Tiaan Wessels tiaan at netsys.co.za
Thu Feb 6 09:51:09 EST 2003


Hi,
I am trying to run my software which worked fine on RedHat 7.2 and Python2.1 
on RedHat 8.0 and Python2.2. I however get many of these errors
IndexError: list index out of range
My exact version is
python-2.2.2-7
I have checked the code and nothing seems out of the ordinary. I would for 
instance have
alst = [ ... ]
for a in alst:
	print a
which will print all elements but at the end raise IndexError
Is this a know bug or can anyone help
Thanks
Tiaan





More information about the Python-list mailing list