techwithtim / 5-Python-Projects-For-Beginners

415 stars 235 forks source link

Errors on project #17

Open JaydenC39 opened 1 year ago

JaydenC39 commented 1 year ago

here's the problem: Traceback (most recent call last): File "c:\Users\catdo\Desktop\Jayden\Apps\Python\VS Code Files\Password Manager\passwords_manager.py", line 17, in key = load_key() File "c:\Users\catdo\Desktop\Jayden\Apps\Python\VS Code Files\Password Manager\passwords_manager.py", line 11, in load_key file = open("key.key", "rb")

Hope you can help me with this!

its-your-invi commented 1 year ago

You have made a new directory "Password Manager". I think you forgot to transfer the "key.key" file to your new directory that's why the error is occurring.

JaydenC39 commented 1 year ago

You have made a new directory "Password Manager". I think you forgot to transfer the "key.key" file to your new directory that's why the error is occurring.

thanks