Re: [Tutor] Python v3 Tkinter GUI program

2016-10-24 Thread Alan Gauld via Tutor
On 24/10/16 22:36, Elliott Andrews wrote: > Sorry is this sounds really broad, and I am happy to clarify and points. Sorry I just noticed another point that I can't overlook. You have code/comment: root = Tk() #The actual statment which opens the window, toplevel = root.winfo_to

Re: [Tutor] Python v3 Tkinter GUI program

2016-10-24 Thread Alan Gauld via Tutor
On 24/10/16 22:36, Elliott Andrews wrote: > Hi there, I am making a program in python based on a Subway operation. All > descriptions and comments codes are provided in the attached program. Normally attachments are deleted by the server although yours seems to have gotten through (to me at least)

[Tutor] Python v3 Tkinter GUI program

2016-10-24 Thread Elliott Andrews
Hi there, I am making a program in python based on a Subway operation. All descriptions and comments codes are provided in the attached program. I've been using IDLE to run the program and it seems to work the way I want it too. However I have heard from many, that global variables are bad practis