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: 'module' object has no attribute 'unittouu' #1

Closed jasonblewis closed 9 years ago

jasonblewis commented 9 years ago

Hi,

When I try and make a box, I get the following error:

Traceback (most recent call last): File "boxmaker.py", line 392, in effect.affect() File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 268, in affect self.effect() File "boxmaker.py", line 204, in effect widthDoc = inkex.unittouu(svg.get('width')) AttributeError: 'module' object has no attribute 'unittouu'

see a screenshot here: http://take.ms/LeyYI

running in windows 7, inkscape v0.91 pre release

paulh-rnd commented 9 years ago

Thanks, I'm using 0.48, looks like unittouu was moved in 0.91, which was marked as a breaking change. I'll have to update it, may not get a chance until after Christmas though.

jasonblewis commented 9 years ago

Yes, i downgraded to .48 and it worked like a charm! thanks