fsmMLK / inkscapeCircuitSymbols

Inkscape extension to assist creating circuit symbols.
GNU General Public License v3.0
199 stars 28 forks source link

Does not work #22

Closed popest closed 2 years ago

popest commented 3 years ago

When I click on apply, this error message is reported. Does anyone know what is wrong? Thank you

Traceback (most recent call last): File "circuitSymbols.py", line 6, in from drawAmpOp import ampOp File "C:\Users\Stani\AppData\Roaming\inkscape\extensions\circuitSymbols\drawAmpOp.py", line 3, in import inkscapeMadeEasy.inkscapeMadeEasy_Base as inkBase File "C:\Users\Stani\AppData\Roaming\inkscape\extensions\inkscapeMadeEasy\inkscapeMadeEasy_Base.py", line 7 <!DOCTYPE html> ^ SyntaxError: invalid syntax

fsmMLK commented 3 years ago

did you modify inkscapeMadeEasy_Base.py?

Check line 7 of this file. It should start with a #. I have no idea why you are having this error.