hi, i am using OS raspbian and the programming software is Python. i am struggling to import a LCD library that i have downloaded into the Import library.
apologies if this seems poor.
thanks
Code: Select all
#!/usr/bin/env python
## import some things
import re, sys
import RPi.GPIO as rpi
from smbus import SMBus
from time import sleep
from math import sin, fabs
Basically, you can put it anywhere you want. You just have to make sure youhp-win wrote:thanks,
what i have done is download the library onto the desktop, but don't i need to place it in a import library folder?