I have the following code:
#coding-utf-8
from Tkinter import Frame, Tk, BOTH, Text, Menu, END
import tkFileDialog
from tkinter import filedialog as fd
import dbf
class Example(Frame):
def __init__(self, parent):
Frame.__init__(...
asked by
08.11.2016 / 17:54