MetroMan19 / nxt-python

Automatically exported from code.google.com/p/nxt-python
0 stars 0 forks source link

Cannot get python to work via USB or Bluetooth #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I attempted to run the examples after having installed python2.6, 
nxt-python-2.2.0, and pyUSB on my laptop (Windows 7 if that makes a 
difference). I installed those and tried running the examples, starting with 
spin.py.

When I try to connect to the brick using USB I get the "No back end" error. 
"USB module unavailable, not searching there Bluetooth module unavailable, not 
searching there".

 I saw that there is a warning with the USB connection being buggy, so I purchased a bluetooth adapter for my laptop and installed it. I am able to pair with the brick via bluetooth, but when I run spin.py I get a different error, "USB module unavailable, not searching there". No longer does it mention Bluetooth being unavailable. And at the bottom it reads "BrickNotFoundError" 

Any help? Thank you very much!

(appologies for not copy-pasting the exact errors but I am typing this from a 
different machine as my laptop does not have internet at this moment). 

Original issue reported on code.google.com by kidru...@gmail.com on 24 Aug 2011 at 5:12

GoogleCodeExporter commented 9 years ago
Chances are that this is not a bug, but a configuration problem. You should 
probably ask on the mailing list. Try passing debug=True to find_one_brick() to 
see what it's doing.

Original comment by marcus@wanners.net on 24 Aug 2011 at 6:52

GoogleCodeExporter commented 9 years ago
Sorry. Obviously new to all of this. Then please disregard and delete. 

Original comment by kidru...@gmail.com on 24 Aug 2011 at 8:11

GoogleCodeExporter commented 9 years ago
No problem.

Original comment by marcus@wanners.net on 24 Aug 2011 at 10:05