I tried to run examples but sometime I cannot run the pyb00st because of below import error.
How can I solve this?
pi@raspberrypi:~/pyb00st/pyb00st-master $ ./examples/demo_motor.py
Traceback (most recent call last):
File "./examples/demo_motor.py", line 3, in
from pyb00st.movehub import MoveHub
ImportError: No module named 'pyb00st'
Solved.
When I wrote like below, I can run python script without import error message.
I think I have to write this command every restart the terminal.
I tried to run examples but sometime I cannot run the pyb00st because of below import error. How can I solve this?
pi@raspberrypi:~/pyb00st/pyb00st-master $ ./examples/demo_motor.py Traceback (most recent call last): File "./examples/demo_motor.py", line 3, in
from pyb00st.movehub import MoveHub
ImportError: No module named 'pyb00st'