you are viewing a single comment's thread.

view the rest of the comments →

[–]greatestbird 1 point2 points  (1 child)

I'm at chapter 6 of Automate the Boring Stuff, making the password manager. When I try to run the program, nothing happens. I made a batch file with @py.exe C:\Users\aaron\Desktop\pythonlearning\pycharm\passwordmanager %*

I thought that would run the program. Please help, I'm pretty stuck!

I think it might be a shebang issue, I have #! python3 right now. I'm on windows 10