Why do I get this error?

Chris R. Timmons ctimmons at NOSPAMlgrs.com
Fri May 18 21:36:58 EDT 2001


Jeremy,

fix_expression is only called when "list" has one element.  "n2 = 
list[1]" is trying to read a non-existent second element.

HTH,

Chris.
---------------



More information about the Python-list mailing list