I need help on the use of Classes. I am trying to use the Font class in Python
to create my own instance. Erro is no Font! I though Font was a standard class in Python.
Any help for a newbie will be appreciated.
-----------------------------------------------------
from Tkinter import *
class myStuff(Font):
def __init__(self):
item = myStuff.families()
for each x in item
print x