wokwi / kicad-jlcpcb-bom-plugin

Export a JLCPCB Compatible BOM directly from your KiCad schematic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'kicad_netlist_reader'

HansAchterbahn opened this issue · comments

Hi, thanks for your work! Unfortunately, I get an error message when I try to execute the script in Eeschema. What is kicad_netlist_reader and how do I get it?

Greetings
h8

Command:

python "/usr/share/kicad/scripting/plugins/bom_csv_jlcpcb.py" "%I" "%O"

Error:

Run command:
python "/usr/share/kicad/scripting/plugins/bom_csv_jlcpcb.py" "/home/hesse/Dokumente/KiCad/Projekte/Privat/MateLightScrewCap/MateLightScrewCap.xml" "/home/hesse/Dokumente/KiCad/Projekte/Privat/MateLightScrewCap/MateLightScrewCap.csv"

Command error. Return code 1
Error messages:
Traceback (most recent call last):
  File "/usr/share/kicad/scripting/plugins/bom_csv_jlcpcb.py", line 23, in <module>
    import kicad_netlist_reader
ModuleNotFoundError: No module named 'kicad_netlist_reader'

Hi, it's part of KiCad. If for some reason your version doesn't include this file, you can get it from their repo