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 working in kicad-nightly-8.99 on Windows 10 #173

Open
wiserst opened this issue Jul 22, 2024 · 2 comments
Open

Not working in kicad-nightly-8.99 on Windows 10 #173

wiserst opened this issue Jul 22, 2024 · 2 comments

Comments

@wiserst
Copy link

wiserst commented Jul 22, 2024

After failing to get it working with kicad-8.0, I try with kicad-nightly-8.99 and fail again. Can someone help me get this working? I really don't know how to proceed.

I followed the installation instructions and it doesn't work:
https://github.com/yaqwsx/PcbDraw/blob/master/doc/installation.md

If you need financial support, write to me.
Thank you.


d:\Renda\Documents\KiCad\8.99>pcbdraw --help
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "d:\Renda\Documents\KiCad\9.0\3rdparty\Python311\Scripts\pcbdraw.exe_main
.py", line 4, in
File "d:\Renda\Documents\KiCad\9.0\3rdparty\Python311\site-packages\pcbdraw\ui.py", line 12, in
from .plot import (PcbPlotter, PlotComponents, PlotPaste, PlotPlaceholders,
File "d:\Renda\Documents\KiCad\9.0\3rdparty\Python311\site-packages\pcbdraw\plot.py", line 32, in
from pcbnewTransition import KICAD_VERSION, isV6, isV7, pcbnew # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\Renda\Documents\KiCad\9.0\3rdparty\Python311\site-packages\pcbnewTransition_init
.py", line 23, in
from .transition import *
File "d:\Renda\Documents\KiCad\9.0\3rdparty\Python311\site-packages\pcbnewTransition\transition.py", line 121, in
pcbnew.PCB_SHAPE = pcbnew.DRAWSEGMENT
^^^^^^^^^^^^^^^^^^
AttributeError: module 'pcbnewTransition.pcbnew' has no attribute 'DRAWSEGMENT'

@yaqwsx
Copy link
Owner

yaqwsx commented Jul 22, 2024

KiCAD has unstable API between major releases. Its API changes on a weekly basis. Hence, I don't want to support nightly versions until late November, when the API is getting stable.

@wiserst
Copy link
Author

wiserst commented Jul 22, 2024

OK thank you for answer. I'll wait.

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