Yesterday I discovered and installed the OutputPRO extension into my Inkscape 0.91 (Linux).
The purpose of the extension is to convert RGB to CYMK.
I copied the .py and .inx files and the outputpro folder to my ~/.config/inkscape/extensions folder.
After restartting Inkscape, loading an svg file I created and then going Extensions > OutputPRO, I get this error:
Code:
Traceback (most recent call last):
File "outputpro.py", line 1032, in <module>
e.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 268, in affect
self.effect()
File "outputpro.py", line 90, in effect
page_width = inkex.unittouu(svg.get('width'))
AttributeError: 'module' object has no attribute 'unittouu'
The extension is available from:
https://github.com/jonata/Inkscape-OUTPUT-PRO
What am I doing wrong?