Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why is this not working?
Post: Why is this not working?

from tkinter import * class TheEarnings(Frame): def __init__(self, root=None): Frame.__init__(self) self.root = root self.init_window() radioframe = Frame(root, width=120, ...
gcryall GUI 2 2,188 Apr-11-2019, 02:23 PM
    Thread: Not Working
Post: RE: Not Working

thanks to both nilamo and Larx60+
gcryall GUI 3 2,152 Feb-04-2019, 11:05 PM
    Thread: Not Working
Post: Not Working

When I run the following code it issues an error message. Can't figure it out. from tkinter import * class Application(Frame): def __init__(self, master=None): Frame.__init__(self, master) ...
gcryall GUI 3 2,152 Feb-04-2019, 07:09 PM
    Thread: Not Working
Post: RE: Not Working

Thanks a lot. I knew I missed something simple.
gcryall General Coding Help 6 2,777 Jan-13-2019, 01:44 PM
    Thread: Not Working
Post: RE: Not Working

Here;s the whole shabang............ def computeNetPay(conn, ppeDate, intEmpID, intCmpID): """ Insert Into Programs :param conn: the Connection object :param dtePpeDate: :param intEmpID: ...
gcryall General Coding Help 6 2,777 Jan-12-2019, 10:48 PM
    Thread: Not Working
Post: RE: Not Working

it seems to fail on the "cur.execute" statements or the "cur,fetchall". I added a print statement after the cur.execute or the cur.fetchall() and they never execute.
gcryall General Coding Help 6 2,777 Jan-12-2019, 07:44 PM
    Thread: Not Working
Post: Not Working

I'm a New Be and need help. I have a routine and it exasperates me.... I've executed a connection in a previous def and passed it . Why does this not work in the program? Yet if I copy the the "pr...
gcryall General Coding Help 6 2,777 Jan-12-2019, 04:47 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020