You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully tested the latest version of SKiDL with KiCad 8, and it works well. However, I would like to use the generate_schematic feature with KiCad 5. To achieve this, I uninstalled everything and installed KiCad 5.
I have also set the environment variable KICAD_SYMBOL_DIR to C:\Program Files\KiCad\share\kicad\library (I have verified that this is the correct directory). However, when I run the script, I encounter the following error (see the attached screenshot).
Could you please suggest a solution for this issue? I would appreciate any guidance on how to resolve this.
**Desktop
OS windows 11
Python version: 3.12
SKiDL version [e.g. 22]:2.0
My error:
" WARNING: KICAD6_SYMBOL_DIR environment variable is missing, so the default KiCad symbol libraries won't be searched. @ [D:\Dev\SKiDL\<frozen importlib._bootstrap_external>:995=>D:\Dev\SKiDL\<frozen importlib._bootstrap>:488]
WARNING: KICAD7_SYMBOL_DIR environment variable is missing, so the default KiCad symbol libraries won't be searched. @ [D:\Dev\SKiDL\<frozen importlib._bootstrap_external>:995=>D:\Dev\SKiDL\<frozen importlib._bootstrap>:488]
WARNING: KICAD8_SYMBOL_DIR environment variable is missing, so the default KiCad symbol libraries won't be searched. @ [D:\Dev\SKiDL\<frozen importlib._bootstrap_external>:995=>D:\Dev\SKiDL\<frozen importlib._bootstrap>:488]
ERROR: Can't open file: Device.
@ [d:\Dev\SKiDL\divider.py:4]
WARNING: Could not load KiCad schematic library "Device", falling back to backup library. @ [d:\Dev\SKiDL\divider.py:4]
Traceback (most recent call last):
File "d:\Dev\SKiDL\divider.py", line 4, in <module>
q = Part("Device", "Q_PNP_CBE", dest=TEMPLATE, footprint="Package_TO_SOT_SMD:SOT-23")
Describe the bug
Hi SKiDL team,
I have successfully tested the latest version of SKiDL with KiCad 8, and it works well. However, I would like to use the generate_schematic feature with KiCad 5. To achieve this, I uninstalled everything and installed KiCad 5.
I have also set the environment variable KICAD_SYMBOL_DIR to C:\Program Files\KiCad\share\kicad\library (I have verified that this is the correct directory). However, when I run the script, I encounter the following error (see the attached screenshot).
Could you please suggest a solution for this issue? I would appreciate any guidance on how to resolve this.
**Desktop
My error:
My code:
The text was updated successfully, but these errors were encountered: