Tkinter module test: widget class not inserted in application frame
Dennis Lee Bieber
wlfraed at ix.netcom.com
Fri Jun 17 20:45:49 EDT 2022
On Fri, 17 Jun 2022 09:19:59 -0700 (PDT), Rich Shepard
<rshepard at appl-ecosys.com> declaimed the following:
>I'm not seeing the error source in a small tkinter module I'm testing.
>
>The module code:
>-----------
>import tkinter as tk
>from tkinter import ttk
>
>import common_classes as cc
>
>class ConactNameInput(tk.Frame):
Presuming this is a cut&paste of the actual code...
> ContactNameInput, 'lname',
> ContactNameInput, 'fname',
> ContactNameInput(self).grid(row = 0, column = 0, sticky=('EWNS'))
... please compare the spelling!
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed at ix.netcom.com http://wlfraed.microdiversity.freeddns.org/
More information about the Python-list
mailing list