I can’t get kifield to output an .xlsx or .csv file. When I try to run kifield on a design it gives the following result:
D:\Projekt\seq\HW\CAD>kifield -x seq.sch -i seq.xlsx -r
Unable to write to file: seq.xlsx.
Same problem with csv file output.
OS: Windows 10
KiCad: (2016-12-02 revision 54c5f6b)-makepkg, release build
Any ideas? I have tried searching for this issue but found nothing. I know it is a kind of old nightly but I’m waiting for a v5 release candidate before I risk updating.
Thanks for your reply. “Authenticated users” have permission to write in the folder so I would think it should be ok. I have also tried running the console window as administratior with the same result (don’t know if that should make any difference).
You should not need to be Administrator to run kiCad or any plugin - it is asking for trouble later on.
Paging @devbisme the author. I am suspecting that the problem might be the “D” partition
This is a bug that occurs when KiField is trying to back up a file that isn’t there. Kaspar Emanuel fixed it last week. I uploaded the fix just now. You can pip install the newest KiField and the problem should be fixed. If you want to keep your current version of KiField, just use the -nb option to turn off backups the first time you run it.