On 12/10/2009 6:32 AM, hong zhang wrote:
List,I got error says IndentationError in end of line. I could not figure out why. See following: $ ./cont-mcs File "./cont-mcs", line 264 mcs1 = ht_val+cck_val+green_val+fat_val+sgi_val ^ IndentationError: unindent does not match any outer indentation level
Look at the surrounding code. Indentation Errors often lies on the previous few lines. Possibly caused by unmatching parentheses.
-- http://mail.python.org/mailman/listinfo/python-list