Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception has occurred: FileNotFoundError #2

Open
yezz123 opened this issue Jul 31, 2021 · 0 comments
Open

Exception has occurred: FileNotFoundError #2

yezz123 opened this issue Jul 31, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@yezz123
Copy link
Member

yezz123 commented Jul 31, 2021

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")
  • Understand more By reading some threads or this or also this
@yezz123 yezz123 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Jul 31, 2021
@yezz123 yezz123 self-assigned this Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant