Comment 6 for bug 1277649

Revision history for this message
bybinhabr (barbaratostes) wrote :

I need N-up Layout! I'm getting this error message:

Traceback (most recent call last):
  File "layout_nup.py", line 88, in <module>
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 268, in affect
    self.effect()
  File "layout_nup.py", line 76, in effect
    show=showList,
  File "/usr/share/inkscape/extensions/layout_nup_pageframe.py", line 84, in GenerateNup
    pgEdge = map(sum,zip(pgMargin, pgPadding))
TypeError: zip argument #1 must support iteration