yaqwsx / PcbDraw

Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
MIT License
1.16k stars 91 forks source link

Kicad 8.0 on Windows 11 is not working #172

Open FailSafinho opened 4 months ago

FailSafinho commented 4 months ago

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'