Hi All,
I am trying to run a second script from my first script and this works ok i can send it a variable and recieve back my answer however I am using Tkinter for my forms but when i start the main my program both scripts run although i only want to run the main script first then call the second when required. I am using eclipse IDE with python 2.7 and when i add another script to the project i am asked whether it should be "blank" or "main" etc.
What do i need to add into the second script to stop executing straight away.
If this has been answered before please point me to that message
Thanks ALL.