You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: