KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

Error with bzrlib #16

Closed deanchester closed 10 years ago

deanchester commented 10 years ago

I'm getting this error when I run the script:


Starting step: UPDATE KICAD SOURCES

bzr: ERROR: Couldn't import bzrlib and dependencies. Please check the directory containing bzrlib is on your PYTHONPATH.

Traceback (most recent call last): File "/usr/local/bin/bzr", line 74, in import bzrlib ImportError: No module named bzrlib build error on UPDATE KICAD SOURCES STEP: 2

I've installed bzr with homebrew. Why is this erroring?

deanchester commented 10 years ago

I fixed this, by following someother install instructions for BZR.