Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Database with gui
Post: RE: Database with gui

I followed your directions in code to try to resolve the error about "tuple index out of range". Thanks for the improved code! although I must admit that it is a little more complex for me to understa...
mark9 GUI 8 4,738 Mar-22-2021, 12:03 PM
    Thread: Database with gui
Post: RE: Database with gui

Ok, writing like that: def get_selected_row(event): global selected_row index = list.curselection() if not index: return selected_row = list.get(index) e1.delete(0,END) ...
mark9 GUI 8 4,738 Mar-21-2021, 09:33 AM
    Thread: Database with gui
Post: RE: Database with gui

(Mar-20-2021, 02:23 PM)deanhystad Wrote: Searching works fine as far as I can tell. What do you think is wrong? You get the index error when doing this: index = list.curselection()[0]And there is ...
mark9 GUI 8 4,738 Mar-20-2021, 04:32 PM
    Thread: Database with gui
Post: Database with gui

Hello all, I am learning python language. I am trying this exercise I found on web in a course, and I would to improve it. This program shows a window where the user can insert data about his routine ...
mark9 GUI 8 4,738 Mar-19-2021, 08:26 PM

User Panel Messages

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