Hello,
windows 10 updated and latest build with Kicad 6.0
installed pcbdraw without issues but hen i tried "pcbdraw --help" or "pcbdraw" command get theese errors :
C:\Users\Asus\Documents\kicad\6.0>pcbdraw
Traceback (most recent call last):
File "C:\Program Files\KiCad\6.0\bin\Lib\site-packages\wand\api.py", line 151, in <module>
libraries = load_library()
File "C:\Program Files\KiCad\6.0\bin\Lib\site-packages\wand\api.py", line 140, in load_library
raise IOError('cannot find library; tried paths: ' + repr(tried_paths))
OSError: cannot find library; tried paths: []
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\KiCad\6.0\bin\Lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\KiCad\6.0\bin\Lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Program Files\KiCad\6.0\bin\Scripts\pcbdraw.exe\__main__.py", line 4, in <module>
File "C:\Program Files\KiCad\6.0\bin\Lib\site-packages\pcbdraw\pcbdraw.py", line 16, in <module>
from wand.api import library
File "C:\Program Files\KiCad\6.0\bin\Lib\site-packages\wand\api.py", line 175, in <module>
raise ImportError('MagickWand shared library not found.\n'
ImportError: MagickWand shared library not found.
You probably had not installed ImageMagick library.
Try to install:
https://docs.wand-py.org/en/latest/guide/install.html#install-imagemagick-on-windows
i think install guide need some update too for windows ;
Hello, windows 10 updated and latest build with Kicad 6.0 installed pcbdraw without issues but hen i tried "pcbdraw --help" or "pcbdraw" command get theese errors :
i think install guide need some update too for windows ;
after that voila :
Thanks for your great work and plugins.