-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
errors like this if you use windows :
Exception has occurred: FileNotFoundError
[WinError 2] The system cannot find the file specified
File "path\ShitCrypt\main.py", line 30, in <module>
call(["gcc", "-o", "keygen", "key/keygen.c", "-lgcrypt"])This error is because you don't have the C libraries installed and the keygen or encrypt file run under errors.
call(["gcc", "-o", "keygen", "key/keygen.c", "-lgcrypt"])
call(["gcc", "-o", "encrypt", "key/encrypt.c", "-lgcrypt"])
call("key/keygen")Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested