So, I'm creating a client manager software for a local club. I'm using Python 3.5.1 and Tkinter.
Used a Notebook to nest my Frames. On my first frame I made the form to add new clients (labels and textboxes) and an "add" button at the end. Problem is that it executes the function associated with the button insted of onclick, and the button actually does nothing on click. Been searching everywhere and it seems a rare problem. Help?