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
Local appdata is not one of monitored folders on windows iirc.
Roaming appdata definitely is.
To check full list of monitored folders open scripting console in pcbnew and paste this one line at a time:
I used the nightly build kicad-r15230.ba8c3a558-x86_64.exe and cloned the plugin files directly into KiCAD\share\kicad\scripting\plugins. No reaction after rereshing the plugins. Then I called the plugin.py within the python console. So I found that module configparser was not found. Listed all modules (help() - modules) and found, that it must be ConfigParser. Modified the appropriate lines within the plugin.py and refreshed again. Now the button and the menu entry occured. But when I tried to call the Freerouting-plugin, some new errors occured:
File E:\Programme\KiCAD\share\kicad\scripting\plugins\plugin.py line 125, in Run self.RunSteps()
File E:\Programme\KiCAD\share\kicad\scripting\plugins\plugin.py line line 40, in prepare self.java_path = config['java']['path']
AttributeError: ConfigParser instance has no attribute 'getitem'
Using nightly build as advised.
Cloned into C:\Users\Me\AppData\Local\kicad\scripting\kicad_freerouting-plugin
Refresh plugins -> no joy
The text was updated successfully, but these errors were encountered: