yaqwsx / KiKit

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

PCB_TEXT.GetShownText() missing 1 required positional argument: 'aAllowExtraText' #646

Closed todork closed 6 months ago

todork commented 6 months ago

Prerequisites

KiKit version

python -m kikit.ui, version 1.4.0

KiCAD version

Version: 8.0.0, release build

Operating system

Manjaro

Description

I'm trying KiCad v8.0 flatpack install

Application: KiCad x86_64 on x86_64

Version: 8.0.0, release build

Libraries: wxWidgets 3.2.4 FreeType 2.13.2 HarfBuzz 8.1.1 FontConfig 2.15.0 libcurl/8.5.0-DEV OpenSSL/3.1.5 zlib/1.3.1 nghttp2/1.58.0

Platform: Freedesktop SDK 23.08 (Flatpak runtime), 64 bit, Little endian, wxGTK, X11, gnome, x11

Build Info: Date: Feb 23 2024 23:25:22 wxWidgets: 3.2.4 (wchar_t,wx containers) GTK+ 3.24 Boost: 1.84.0 OCC: 7.7.2 Curl: 8.5.0-DEV ngspice: 42 Compiler: GCC 13.2.0 with C++ ABI 1018

Build settings:

on Manjaro

System Details Report


Report details

Hardware Information:

Software Information:

I'v followed your instructions for installing kikad on flatpack

Sorry if I repeat the KiCad and System Data, but it's more info here

Steps to Reproduce

When I try to panelize a board which panelized on KiCad 7 I obtain the following message:

Cannot perform:

PCB_TEXT.GetShownText() missing 1 required positional argument: 'aAllowExtraText'

yaqwsx commented 6 months ago

Duplicate of #639. TLDR: Use the upstream version, or wait a day or two for v1.5 release (it is blocked by https://gitlab.com/kicad/code/kicad/-/issues/17095 not being resolved in repositories).