I am getting this error when running it in the command prompt: via_type = pcbnew.VIA if LEGACY_KICAD else pcbnew.PCB_VIA ^^^^^^^^^^ AttributeError: module 'pcbnew' has no attribute 'VIA'
I am getting this error when running it in the command prompt:
via_type = pcbnew.VIA if LEGACY_KICAD else pcbnew.PCB_VIA
^^^^^^^^^^
AttributeError: module 'pcbnew' has no attribute 'VIA'