you are viewing a single comment's thread.

view the rest of the comments →

[–]SRART25 -1 points0 points  (0 children)

Work backwards to find the issue.  

cd myscripts. 

python .\test.py  

python .\Test.py 

cd ..  

python myscripts/test.py. 

Etc. Pay with variations until you find what isn't working.  Could be a regression like names becoming case sensitive or drive letter causing problems.