sparkfunX/Buzzard

Windows?

Opened this issue · 2 comments

K2AAE commented

Errors, lots of Errors. seems d:\git\buzzard\ turns into d:gitbuzzard and d:\git\buzzard\ works but Error: Command failed. and the error box only shows part of the python "d:\git\buzzard\buzzard.py" -o lib -l 1 -f FredokaOne
Since Eagle only works on Windows why am I getting these errors?

Hi Kevin,

Do you mind sharing the errors you're seeing?

Did you install all the required libs using pip -r requirements.txt?

Eagle works on many platforms, not just Windows. Further, this tool doesn't touch or use eagle (only python) so it's platform independent.

K2AAE commented

First I cd git\buzzard
python -m venv .env
.env\scripts\activate.bat
pip install -r requirements.txt

I moved collection.txt to the \buzzard directory then
python buzzard.py -f FredokaOne -o lib -t 1.5 -d libtest -c collection.txt
and imported the libtest.lib to Diptrace, works fine
The eagle script takes d:\git\buzzard and changes it to d:gitbuzzard adding \\ works but it didn't create the output file for a one label test.
I can use the -c option, no big.