-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Output KiCad 5.1.8 #151
Comments
A bit more info... I've made an attempt to find out what is happening with my very limited Python knowledge. I made an edit to csv_writer to let me know if the csv file was opened without error, it was. A few lines later, writer.writerow() fails with a file closed error message. Is the problem that there needs to be some delay between opening and writing if it's to a file that's located on a drive using Samba? My code at line 39 of csv_writer.py :
|
I have a fix. This applies to Win 10 users. You need to enable NetBIOS. Instructions thanks to Ed Tittel
Hope this helps others. |
Looks like it's running but no output files are generated.
Run command:
python "C:\Program Files\KiBoM-master/KiBOM_CLI.py" "Z:\bmamps\Projects\MIDI_Clock\Pulse_Rx_TR330_#1C\Pulse_Rx_TR330.xml" "Z:/bmamps/Projects/MIDI_Clock/Pulse_Rx_TR330_#1C/Pulse_Rx_TR330.pdf"
Success
Info messages:
KiBOM version 1.8.0
Output directory: 'Z:\bmxmps\Projects\MIDI_Clock\Pulse_Rx_TR330_#1C'
Input: Z:\bmxmps\Projects\MIDI_Clock\Pulse_Rx_TR330_#1C\Pulse_Rx_TR330.xml
Configuration file: Z:\bmxmps\Projects\MIDI_Clock\Pulse_Rx_TR330_#1C\bom.ini
PCB variant: [u'default']
Saving BOM File: Z:\bmxmps\Projects\MIDI_Clock\Pulse_Rx_TR330_#1C\Pulse_Rx_TR330_bom_A.csv
More testing suggests it doesn't support network drives using samba. Pity as that's central to my workflow.
The text was updated successfully, but these errors were encountered: