paulh-rnd / TabbedBoxMaker

Inkscape tabbed box generator plugin - quickly design complex "finger jointed" boxes
GNU General Public License v2.0
200 stars 47 forks source link

AttributeError: BoxMaker instance has no attribute 'unittouu' #5

Closed jasonblewis closed 8 years ago

jasonblewis commented 8 years ago

When I try and generate the box in Tabbed Box Maker, I get the following error:

Traceback (most recent call last):
  File "boxmaker.py", line 489, in <module>
    effect.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 221, in affect
    self.effect()
  File "boxmaker.py", line 243, in effect
    widthDoc  = self.unittouu(svg.get('width'))
AttributeError: BoxMaker instance has no attribute 'unittouu'

using Inkscape 0.48.5 r10040 on Debian Jessie

applemuncy commented 8 years ago

Are you using a version of inkscape earlier than vs.91. ?

jasonblewis commented 8 years ago

hah! I was and googling around I found the answer as you suggest, is to use v.91. Upgraded to 0.91 from debian jessie-backports and its all working fine now thanks.

applemuncy commented 8 years ago

Are you using a version of inkscape earlier than vs.91. ? Oops, yes, I see you are. It's possible to revert self.unittouu back to inkex.unittouu .or you could update your inkscape.

Panour commented 6 years ago

Switced from 0.48 to 0.92, works fine, thank you!