Hello, I'm using Inkscape 92.4 (dutch version) and installed the extension "Circuit Symbols" (and InkscapeMadeEasy) like indicated in the readme file. I can see the topic in the menu under "fsmMLK" but Igot an error by using it. The error = "Traceback (most recent call last): File "circuitSymbols.py", line 8, in <module> from drawAmpOp import ampOp ImportError: No module named drawAmpOp" I can't find the problem. Does anyone have a solution for that? Thanks
It could be that the installation instructions haven't been completed.
I've also invited the author to contact me to upgrade their code for the 1.0 release as it's still using the old API from 0.92 (this doesn't effect you right now though)
I think the problem was the installation instructions. You also need to copy all draw*.py files too. I updated the procedure. Let me know if the problem persists.
Good piece of work - it took me a few hours to get it going though... it is not enough to just install, that ends up with it demanding various TeX things which demand others. I had to install textext, then TeX, then SIunits, then pict2e and for a non-TeXpert these get more and more difficult. There is a comment elsewhere, which I only read after struggling that says to turn off TeX support in inkscapeMadeEasy_Draw.py - that seems to be something that should be in double bold type at the start.
Hello,
I'm using Inkscape 92.4 (dutch version) and installed the extension "Circuit Symbols" (and InkscapeMadeEasy) like indicated in the readme file.
I can see the topic in the menu under "fsmMLK" but Igot an error by using it. The error = "Traceback (most recent call last):
File "circuitSymbols.py", line 8, in <module>
from drawAmpOp import ampOp
ImportError: No module named drawAmpOp"
I can't find the problem. Does anyone have a solution for that?
Thanks
Welcome to the forums Lookie,
The problem is certainly an issue with the extension code. The problem can be reported to their GitHub project page here: https://github.com/fsmMLK/inkscapeCircuitSymbols
It could be that the installation instructions haven't been completed.
I've also invited the author to contact me to upgrade their code for the 1.0 release as it's still using the old API from 0.92 (this doesn't effect you right now though)
I think the problem was the installation instructions. You also need to copy all draw*.py files too. I updated the procedure. Let me know if the problem persists.
Good piece of work - it took me a few hours to get it going though... it is not enough to just install, that ends up with it demanding various TeX things which demand others. I had to install textext, then TeX, then SIunits, then pict2e and for a non-TeXpert these get more and more difficult. There is a comment elsewhere, which I only read after struggling that says to turn off TeX support in inkscapeMadeEasy_Draw.py - that seems to be something that should be in double bold type at the start.