[beagleboard] Re: Python GPIO Error

2017-07-14 Thread robert_cheto
Hi I have the same problem but I don't know how to change the directory you mentioned, would you tell me how should I do it? El miércoles, 21 de agosto de 2013, 0:15:08 (UTC-5), markd...@gmail.com escribió: > > Changing the current directory should help. > > Python is loading Adafruit_BBIO from

Re: [beagleboard] Re: Python GPIO Error

2016-07-18 Thread Kelechi Ikegwu
Hi, Can you please not include me in future messages. Thanks, KC On Sun, Jul 17, 2016 at 7:45 PM, Peter Lawler wrote: > > > On 14/07/16 22:40, msriram1...@gmail.com wrote: > >> While I try to implement it using the Beaglebone Black I am getting the >> following error.

Re: [beagleboard] Re: Python GPIO Error

2016-07-17 Thread Peter Lawler
On 14/07/16 22:40, msriram1...@gmail.com wrote: While I try to implement it using the Beaglebone Black I am getting the following error. "Traceback (most recent call last): File "ult.py", line 5, in import BBIO.GPIO as GPIO# Import GPIO library ImportError: No

[beagleboard] Re: Python GPIO Error

2016-07-14 Thread msriram1105
I am using Beaglebone Black to run ultrasonic sensor. I am using the following code. #!/usr/bin/env python import BBIO.GPIO as GPIO# Import GPIO library import time# Import time library GPIO.setmode(GPIO.BCM) # Set