Re: ValueError: need more than 2 values to unpack

2011-04-01 Thread John Nagle
On 4/1/2011 7:48 AM, kahmed wrote: line 142 is: "for test, err, capt in errors:" Somewhere in "errors" is a value that is not of length 3. Try this to find out what's wrong: for errorentry in errors : try : (test, err, capt) = errorentry # try to

ValueError: need more than 2 values to unpack

2011-04-01 Thread kahmed
rors lambda i: get_error_count(self._error_lookup, i)) File "/Library/Frameworks/Python.framework/Versions/6.3/lib/ python2.6/site-packages/nosetrim-0.1.dev_r13-py2.6.egg/nosetrim/ nosetrim.py", line 142, in printErrorList for test, err, capt in errors: ValueError: need