yaqwsx / KiKit

Automation tools for KiCAD
https://yaqwsx.github.io/KiKit
MIT License
1.53k stars 201 forks source link

'pcbnewTransition.pcbnew' has no attribute 'EDA_RECT' No output files produced #636

Closed JulienCarayon closed 8 months ago

JulienCarayon commented 8 months ago

Prerequisites

KiKit version

version 1.4.0

KiCAD version

8.0.0 rc3

Operating system

macOS Ventura 13.0.1 (22A400)

Description

Doesn't work on KiCad 8.0.0 rc3

Trying to do a 'separate' command : kikit separate --source 'annotation; ref: B1' "BoardPath" "OutputPath"

KiCad Python Path : /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/Current/ ./src/common/stdpbase.cpp(59): assert ""traits"" failed in Get(): create wxApp before calling this An error occurred: module 'pcbnewTransition.pcbnew' has no attribute 'EDA_RECT' No output files produced

Capture d’écran 2024-02-19 à 15 27 05

Steps to Reproduce

Try to use a separate command using KiCad v8.0.0 rc3 and kikit v1.4.0

yaqwsx commented 8 months ago

Version 1.4 doesn't support KiCAD 8. You have to use the upstream version.