bennymeg / Fabrication-Toolkit

An JLC PCB Fabrication Plugin for KiCad
Apache License 2.0
311 stars 53 forks source link

'FOOTPRINT' object has no attribute 'HasProperty' Error on KiCAD 8.0 #123

Closed dzalf closed 7 months ago

dzalf commented 7 months ago

Hi @bennymeg

I am running into this issue with the newly released KiCAD 8.0:

image

Is this a scripting incompatibility error?

My plugin info:

image

Here is my KiCAD info:

Application: KiCad x64 on x64

Version: 8.0.0, release build

Libraries: wxWidgets 3.2.4 FreeType 2.12.1 HarfBuzz 8.3.0 FontConfig 2.14.2 libcurl/8.5.0-DEV Schannel zlib/1.3

Platform: Windows 11 (build 22631), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info: Date: Feb 23 2024 02:24:15 wxWidgets: 3.2.4 (wchar_t,wx containers) Boost: 1.83.0 OCC: 7.7.1 Curl: 8.5.0-DEV ngspice: 42 Compiler: Visual C++ 1936 without C++ ABI

Build settings:

dzalf commented 7 months ago

Hi, sorry. I just found a closed issue (#109) where you address this one. I will close this and investigate further.

Thanks for the great work!

dzalf commented 7 months ago

I can confirm that installing from source solved my issue.

Cheerio!