Dimensions from fsmMLK.
But whatever I do, I get a python error back.
Code: Select all
Traceback (most recent call last):
File "dimensions.py", line 838, in <module>
dimension.affect()
File "inkex.py", line 283, in affect
self.effect()
File "dimensions.py", line 196, in effect
[P1,P2] = self.getPointsLinDim(element,so.LINdirection)
File "dimensions.py", line 790, in getPointsLinDim
[P1,P2] = self.getPoints(element)
ValueError: too many values to unpack
At work I'm using a portable 0.92.4 on Windows 8.1, at home I tried an installation with Windows 10 and installed Python 2.7, but the error is the same. I did not install LaTEX and have disabled the option in the extension. I added a simple drawing of a standard pallet for the chemical industry, but I don't think this is the reason for the failure.