On Fri, 17 Jun 2022 09:19:59 -0700 (PDT), Rich Shepard
<rshep...@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
        wlfr...@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to