Running into a two-pronged problem:
If I need to use the line:
Code: Select all
from Tkinter import *
If I use the line:
Code: Select all
import RPi.GPIO as GPIO
This must be something others have run up against!
Jon.
Code: Select all
from Tkinter import *
Code: Select all
import RPi.GPIO as GPIO