Simon

Results 13 comments of Simon

Hi, Macsimski here from the future. stumbled upon this bug while getting unexpected results from my sketch, and YES, it is a bug. if previous sketches break because of the...

cool! I still like the way this works. :-)

hmm. this idea is not good as there is a scenario where you end up with wrong data: make a schematic and add all component values with boms-away. then alter...

where do you select this? if i do it in the ide, nothing changes in the error output for me in issue #256

afaik there is no such thing and it is qute undoable as there is no standard form to make the spreadsheet. I fill in the datastore as i go alonge....

the bug is on line 217 in kicad_helpers.py but as i'm not fluent in oo, i have no clue how to add a OR to the rule there

ok. nice one. tab separated is possible with `with open(base+ext, 'w') as csvfile: wrt = csv.writer(csvfile,dialect='excel-tab')` not excel_tab as stated in the docs. read those docs really carefull. semicolon between...

Cool. if you want me tor try things, just say so. My board house is electro-watt in Hilversum, the netherlands, But i think that it is not that inportant as...

hmm. ImportError: No module named 'wx' I'm looking into this as i have /usr/lib/python2.7/dist-packages/wx-3.0-gtk2 installed

the part lookup in question can also not be updated with new info. after running python -v -v bomsaway.py i get the following lines at the end before the freeze:...