Jan Mrázek

Results 376 comments of Jan Mrázek

This was already addressed in 6b8c604215f87f068a45c206aff31cac2da85e0b. It will be part of the upcoming release. The GUI doesn't invoke the command, instead it calls internal functions directly so it is unlikely...

Is this resolved or is there anything else that needs to be addressed?

I am not a mac user but I was wondering if the binary `pcbnew-nightly isn't just a wrapper script that properly set all library paths - just like in #246....

Quick googling told me that mac uses `DYLD_LIBRARY_PATH` instead of `LD_LIBRARY_PATH`. Try that. But I am shooting blindly as I have no experience with mac...

Could you: - check content `DYLD_LIBRARY_PATH` before setting a value? - check what does the `pcbnew-nighlty` binary does. I guess it will be a shell script

BTW: I am sorry; I probably closed this issue yesterday by mistake when posting an answer.

I am still unsure whether it is safe to release v1, if I cannot confirm it works on Mac. Or if it is better to release v1, find the Mac...

> I am using the example board provided by kikit in the doc/resources folder. Could it be the example file? Do you have a file you want to share to...

@cdwilson: The message you see means that KiKit is not installed for the Python interpreter Pcbnew uses. It is shown when `from kikit.plugin import importAllPlugins` fails. @tywtyw2002 Those paths are...

BTW: I opened a feature request in KiCAD mac package that could solve this: https://gitlab.com/kicad/packaging/kicad-mac-builder/-/issues/384