harold: >The output (when given the data I want to parse) is: If you'd told us that data, and told us what version of Python you're using, we could have reproduced the problem to look into it.
>ValueError: need more than 3 values to unpack > >Why does python think that I want to unpack the outcome of >line.split() into three values instead of four? That's not what it says. It says there are only 3 values in the outcome, and it needs more (4 to be precise). -- René Pijlman -- http://mail.python.org/mailman/listinfo/python-list