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
when running the pcbdraw plot command i get the following error:
Traceback (most recent call last):
File "/home/lowie/Downloads/temp/python-venv/bin/pcbdraw", line 8, in<module>sys.exit(run())
^^^^^
File "/home/lowie/.local/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lowie/.local/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/home/lowie/.local/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lowie/.local/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lowie/.local/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lowie/Downloads/temp/python-venv/lib64/python3.12/site-packages/pcbdraw/ui.py", line 180, in plot
image = plotter.plot()
^^^^^^^^^^^^^^
File "/home/lowie/Downloads/temp/python-venv/lib64/python3.12/site-packages/pcbdraw/plot.py", line 1054, in plot
plotter.render(self)
File "/home/lowie/Downloads/temp/python-venv/lib64/python3.12/site-packages/pcbdraw/plot.py", line 640, in render
self._plotter.execute_plot_plan(to_plot)
File "/home/lowie/Downloads/temp/python-venv/lib64/python3.12/site-packages/pcbdraw/plot.py", line 1226, in execute_plot_plan
action.action(action.name, os.path.join(tmp, svg_file))
File "/home/lowie/Downloads/temp/python-venv/lib64/python3.12/site-packages/pcbdraw/plot.py", line 678, in _process_outline
forholein collect_holes(self._plotter.board):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lowie/Downloads/temp/python-venv/lib64/python3.12/site-packages/pcbdraw/plot.py", line 589, in collect_holes
via_type = pcbnew.VIA if LEGACY_KICAD else pcbnew.PCB_VIA
^^^^^^^^^^
AttributeError: module 'pcbnewTransition.pcbnew' has no attribute 'VIA'
The text was updated successfully, but these errors were encountered:
smkent
added a commit
to smkent/PcbDraw
that referenced
this issue
Mar 24, 2024
when running the
pcbdraw plot
command i get the following error:The text was updated successfully, but these errors were encountered: