fsmMLK / inkscapeMadeEasy

Set of python modules that extends Aaron Spike's inkex.py module, adding methods and classes to help the development of new extensions for inkscape.
GNU General Public License v3.0
202 stars 28 forks source link

circuit symbols not working #13

Closed sriniv1422 closed 3 years ago

sriniv1422 commented 3 years ago

I have followed all the procedures you mentioned to use circuit symbols in inkscape. But I still get this error and Iam unable to use it . Can you please suggest how to get around this. Traceback (most recent call last): File "circuitSymbols.py", line 567, in circuit.run() File "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/inkex/base.py", line 131, in run self.save_raw(self.effect()) File "circuitSymbols.py", line 231, in effect [self.voltageColor, alpha] = inkDraw.color.parseColorPicker(so.voltColor, so.colorPickerVolt) ValueError: too many values to unpack (expected 2)

fsmMLK commented 3 years ago

this bug has been fixed.