BeagleBone Black unable to use python lib

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
rschell
 
Posts: 1
Joined: Mon Mar 31, 2014 2:56 pm

BeagleBone Black unable to use python lib

Post by rschell »

I have was able to install the AdaFruit python lib on ubuntu however; when I try to use it I receive this error

Traceback (most recent call last):
File "tmp36test.py", line 3, in <module>
import Adafriut_BBIO.ADC as ADC
ImportError: No module named Adafriut_BBIO.ADC


Note* I am using a tmp36 temperture sensor

Thank you for your time :)

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: BeagleBone Black unable to use python lib

Post by adafruit_support_mike »

Try:

Code: Select all

import Adafruit_BBIO.ADC as ADC
            ^^
Looks like you have a transposition error.

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”