|
From: Evil N. <ver...@go...> - 2011-06-09 15:18:19
|
> Trying to save plot as EMF, after installing pyemf 2.0 raises this > error: > > too many values to unpack Some code sample would help. It means what it says - trying to assign tuples or whatever to too few values, e.g.: x,y= (1,2,3) Is the error raised in your code or a library? --- Nick |