crypter icon indicating copy to clipboard operation
crypter copied to clipboard

Can't run

Open Ripcord227 opened this issue 2 years ago • 2 comments

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.

Ripcord227 avatar Apr 03 '22 02:04 Ripcord227

"Python was not found" run it with "py" instead of "python3"

arjonkman avatar Apr 14 '22 20:04 arjonkman

[*] 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 what it tells me when i try

Ripcord227 avatar Apr 17 '22 01:04 Ripcord227