conradopoole

Results 6 comments of conradopoole

I managed to get the SIP (System Integrity Protection) Mac issue solved, but I had to sign again the Python.app embedded with Kicad. If you don't have a Apple Developer...

I forgot to mention that even though the panelize command runs and generates the panel, it also outputs some assertion issues: ``` ./src/common/stdpbase.cpp(59): assert ""traits"" failed in Get(): create wxApp...

@tywtyw2002 Did you do any additional code signs? For me the Panelize plugin does not work either from the GUI (it does not load with same message as @cdwilson )...

> NO, I disabled SIP and other security features since day 1. Ah, I see, I never disabled it, I like those security features...

> > I think this is what I needed to do too get it working. /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/bin/python3 -m pip install --upgrade pip numpy pillow kikit /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/bin/kikit-plugin enable panelize hideReferences codesign -fs...

> There is another way to accomplish the same thing without the change described above. Create a file "kicad.pth" with the following: > > ``` > # kicad 3rdparty package...