kicad/eeschema/netlist_exporters
jean-pierre charras 9a462d9414 dialog_bom: modify the way a command line is created (python scripts on windows only) to call python scripts
For some reason, when calling python and giving a full filename script, the last separator in the filename
must be '/', not '\'.
Otherwise the import command inside the script does not find files to import in the same folder as the script.

We cannot replace blindly '\' to '/' in command line because it does not work for file on a server (name starting by \\server_name\).
So the fix is just replacing one '\' in python script full filename.
This is not perfect, but at least it works for newly created plugin commands.
2018-02-23 09:50:15 +01:00
..
netlist_exporter.cpp dialog_bom: modify the way a command line is created (python scripts on windows only) to call python scripts 2018-02-23 09:50:15 +01:00
netlist_exporter.h Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 2018-01-30 09:57:25 +01:00
netlist_exporter_cadstar.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_cadstar.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_generic.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_generic.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_kicad.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_kicad.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_orcadpcb2.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_orcadpcb2.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_pspice.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_pspice.h Support .title directive in spice netlist exporter 2018-01-26 08:57:35 +01:00