aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2015-06-23 22:22:59 -0700
committerbryan newbold <bnewbold@robocracy.org>2015-06-24 12:32:58 -0700
commit5b76c8e5008ce648370f6b7fc1a35f690a02a179 (patch)
tree2bd6b19e55ec9e2c219a89790ce03de5108c68ef
parentbfed855b5b0b0bbb69ba7983241643265e189ef3 (diff)
downloadbasic-hdl-template-5b76c8e5008ce648370f6b7fc1a35f690a02a179.tar.gz
basic-hdl-template-5b76c8e5008ce648370f6b7fc1a35f690a02a179.zip
xula2: add note about pyusb 1.0 vs. 0.xHEADmaster
-rw-r--r--contrib/xula2/README.xula25
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/xula2/README.xula2 b/contrib/xula2/README.xula2
index 3ca7d50..baf970e 100644
--- a/contrib/xula2/README.xula2
+++ b/contrib/xula2/README.xula2
@@ -14,3 +14,8 @@ upgrade the PIC microcontroller firmware:
sudo xsusbprg.py
+If you get "ImportError: No module named core", you may have python-usb 0.x
+installed instead of 1.0. You can install with pip instead:
+
+ sudo apt-get remove python-usb
+ sudo pip install pyusb --upgrade