Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Kicad 5,1,10 on MacOS BigSur #2

Open
Adesin-fr opened this issue Jul 5, 2021 · 3 comments
Open

Not compatible with Kicad 5,1,10 on MacOS BigSur #2

Adesin-fr opened this issue Jul 5, 2021 · 3 comments

Comments

@Adesin-fr
Copy link

Hi

Tried this plugin on MacOS Big Sur.
It doesn't load : I tried to print full stack on python console, it seems that the default python version on MacOS BigSur is still Python 2.7.16, and the script uses some Python 3 syntax.

Can this script be fixed to run on Python 2.7, or can you provide some guidelines to make Kicad run with python 3 ?

@tachiniererin
Copy link
Contributor

it seems that KiCad will go with python 3 with the upcoming version 6 on MacOS, but i couldn't find any guides how to do it with 5.x. i don't have any machines running MacOS so i don't know/don't have a way to test a way to make it work nonetheless.

@Adesin-fr
Copy link
Author

I tinkered it a bit. It seems that the print formatting features are not compatible.
Also, Pathlib seems to be missing.

By the way, it seems that JLCPCB wants part's middle coordinates, but those provided are corner's one.
It might be possible to get module center instead of corner ?

@tachiniererin
Copy link
Contributor

oh did they change it again? i'll look at it and i'll try push a fix in the coming days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants