Hello @albin
i install and run found error
this plugin
can fix ?
What version? How did you install it? Kicad version, plugin version? Platform?
Unfortunately I have no idea what’s wrong with your installation.
Another user had the same problem and solved it by reinstalling the plugin kikit. I have no idea why that helped.
See:
Thankyou
now i can fix
Step 1:
pip uninstall kikit
pip uninstall board2pdf
Step 2:
install plugin board2pdf
install plugin kikit and run cmd :
pip install kikit --force-reinstall
done.
I’m glad that it helped!
But I don’t understand why Kikit needs to be reinstalled for Board2Pdf to work.
Do you have an idea @yaqwsx ?
One of kikit’s dependencies was doing shady things with pcbnew module which breaks other plugins. Reinstall updates it to latest version which seems to be fixed.
See Still breaks pcbnew module · Issue #3 · yaqwsx/pcbnewTransition · GitHub