[Tutor] if/then statement and sql count rows

2015-04-30 Thread Spencer For Friends
Hi All, I'm attempting to perform an if then statement based on the results of a sql count rows query. The query is returning the proper values however the if/then statement seems to be ignoring the returned value of the sql statement. Here is my code. import sqlite3 # Define SQL statem

[Tutor] Python tkinter. Opening another script from main window stop main window from functioning. Looking for Help

2015-04-26 Thread Spencer For Friends
Hi all. I'm new to Python and I'm trying my best to learn, but I'm really struggling with some problems. I'm using a tkinter window with a button on it to open another Python script. When the button is clicked and the new script loads it opens up it's own window over top of my tkinter window. The