a7hybnj2

Results 30 comments of a7hybnj2

So I set `LD_LIBRARY_PATH` to `/Applications/KiCad/KiCad.app/Contents/Frameworks/` which is where ``` libwx_osx_cocoau_gl-3.1.5.0.0.dylib libwx_osx_cocoau_gl-3.1.5.dylib libwx_osx_cocoau-3.1.5.0.0.dylib libwx_osx_cocoau-3.1.5.dylib ``` all live. But, I still got the same error as above. Is there another path...

Okay I set my `DYLD_LIBRARY_PATH` to `/Applications/KiCad/KiCad.app/Contents/Frameworks` because that is where the `libwx_osx_cocoau` files live. That appears to have resolved that problem but now it cannot locate "Python" itself. ```...

I tested with your above fix and was still getting the same errors so just in console I ``` export PYTHONPATH=/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ kikit export DYLD_LIBRARY_PATH=/Applications/KiCad/KiCad.app/Contents/Frameworks export DYLD_FALLBACK_LIBRARY_PATH=/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8 ``` all of the...

Now that KiCad 6 is officially out I suspect it is only a matter of time before someone figures it out. I too have done all I know how to...

Well, I just tried the above and it seems promising although I still ran into some errors. When I installed kikit I get a `ERROR: wxpython 4.1.1 requires pillow, which...

`/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/bin/pip3 -V pip 19.2.3 from /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)` ``` echo $PYTHONPATH ``` (The above is a blank line) I removed my kicad install including everything in ~/Library/Preferences and ~/Library/Caches and...

@conradopoole sweet! I will try this out this afternoon. Would this be mitigated if this package were installed through the new kicad plugin/package/theme manager? I know that isn't really how...

Hey @yaqwsx we just spoke in #kicad and the path is `/Applications/KiCad/KiCad.app/Contents/Applications/pcbnew.app` but I don't know exactly what to do with that or how to PR.

Works on 6.0.5 with the extra codesign of `/Applications/KiCad/KiCad.app/Contents/Applications/pcbnew.app` THANKS! #364

This was linked in the discord and seems somewhat applicable to the subject here: https://faked.org/voronmods/