You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error it gives me. I am on Python 3.10.4
C:\Users\maxin\OneDrive\Desktop\crypter-master>python3 Cryptor
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
The text was updated successfully, but these errors were encountered:
[*] Making Backup ...
Traceback (most recent call last):
File "C:\Users\maxin\OneDrive\Desktop\crypter-master\crypter.py", line 23, in
shutil.copyfile(path, path + ".bak")
File "C:\Users\maxin\AppData\Local\Programs\Python\Python310\lib\shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
PermissionError: [Errno 13] Permission denied: 'C:\Users\maxin\OneDrive\Desktop\live-and-let-die'
This is the error it gives me. I am on Python 3.10.4
C:\Users\maxin\OneDrive\Desktop\crypter-master>python3 Cryptor
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
The text was updated successfully, but these errors were encountered: