diff options
author | bryan newbold <bnewbold@robocracy.org> | 2015-06-23 22:22:59 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2015-06-24 12:32:58 -0700 |
commit | 5b76c8e5008ce648370f6b7fc1a35f690a02a179 (patch) | |
tree | 2bd6b19e55ec9e2c219a89790ce03de5108c68ef | |
parent | bfed855b5b0b0bbb69ba7983241643265e189ef3 (diff) | |
download | basic-hdl-template-master.tar.gz basic-hdl-template-master.zip |
-rw-r--r-- | contrib/xula2/README.xula2 | 5 |
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 |