|
From: Nick V. <ni...@ev...> - 2011-06-09 16:07:25
|
On 9 June 2011 15:13, Klonuo Umom <kl...@gm...> wrote: > > 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 |