1 year ago
#385956
BrianB
Getting different results when running python code one line at a time vs the entire script
I'm just beginning to code in python using pywinauto. If I copy and past my code into the IDLE shell line by line, it works how I expect it too. If I run the code all at once, it dies after a few lines. I get the same result using Spyder and running the code one line at a time vs the whole thing. I don't understand how this is possible.
python
pywinauto
0 Answers
Your Answer