Advertisement
Guest User

Untitled

a guest
Apr 30th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. pi@raspberrypi ~ $ cd RobotUI/
  2. pi@raspberrypi ~/RobotUI $ sudo python mpu.py
  3. Traceback (most recent call last):
  4. File "mpu.py", line 9, in <module>
  5. from PID import PID
  6. ImportError: cannot import name PID
  7. pi@raspberrypi ~/RobotUI $ ls
  8. mpu.py PID.py PID.pyc robot.py robot.py.save robot_single.py
  9. pi@raspberrypi ~/RobotUI $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement