sparkfunX / Buzzard

Software tools for EAGLE silkscreen generation
100 stars 18 forks source link

Windows? #29

Open K2AAE opened 3 years ago

K2AAE commented 3 years ago

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?

nseidle commented 3 years ago

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 3 years ago

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.