Fair warning - I'm still learning so this might be a very newb like question:
What I'm trying to do:
I'm trying to import a python file into a Tkinter window and run it when I press a button. Eventually I'd like to display the output of the imported script (yahooKeyStats) into a separate window and then save it to a text file but I am still learning how to do that
The current issue:
When I import "yahooKeyStats" then convert it to tsx for use within this script the yahooKeyStats module seems to run before the tkinter window is generated - the Tkinter window never seems to come up nor the exit button. I can post the other script if it helps but it's become rather large and cumbersome. Where am I going wrong?
Thank you for your time:)