I have to move the script to my Desktop in order for it to run. I believe this has something to do with my working path but I'm missing what that could be.
My directory structure is this:
/dir/dir/Python/Project/script.py
My script is very basic until I can get this basic part to work.
import getpass
p = getpass.getpass()
print("You entered:", p)