sborshch

Results 7 comments of sborshch

I'm getting another exception: File "/opt/kicad/share/kicad/plugins/InteractiveHtmlBom/InteractiveHtmlBom/ecad/kicad.py", line 220, in parse_text angle = d.GetTextAngle() * 0.1 TypeError: unsupported operand type(s) for *: 'EDA_ANGLE' and 'float'

Reason is that I'm using most recent version of kicad (git head). kicad itself is working properly. And InteractiveHtmlBom was working correctly at least some time ago (in the end...

No, I never had a stable kicad version installed. I have and had the only one (last) version built from sources, the only one pcbnew.py file and pcbnew.so symlink in...

more digging: `/share/kicad/plugins/__pycache__` directory and pcbnew.cpython-312.pyc within is created at first kicad run after build. So I restored symlink to it from `/usr/lib/python3/dist-packages/__pycache__`. Nothing changed. I checked that there is...

> First check if plugin works from kicad's UI. Did not find how to do it yet. > Second try to run python command from gdb and look at the...

> Do one more test No crash: ``` username@hostname:~/projects/xxx/a1335/spi$ python3 Python 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information....

Yes, it is! ``` user@host:~/projects/xxx/a1335/spi$ python3 test.py /home/serzh/build/kicad/sources/common/pgm_base.cpp(948): assert "process" failed in Pgm(). Segmentation fault (core dumped) ```