I have an error while compiling
Closed this issue · 16 comments
Can you give more info about what you did?
Be sure the RansomTuga/preCompilation.tmp
file is present after precompilation
I can't find the /preCompilation.tmp file. I have downloaded the code again, but it's still missing. I think it's not included in the code."
I had another error with the postCompilation.bat, but I fixed it. However, the preCompilation.tmp file is nowhere to be found. Any ideas?"
That file is generated after precompilation and is deleted after postcompilation
run first preComp.py
and check if the file is present, then run postComp.py
Install pyrcryptodome using pip install pycryptodome
The library is already installed, what else could be causing problems?"
Look at these lines: https://github.com/Tugamer89/RansomTuga/blob/master/RansomTuga/preComp.py#L8-L13
The only possible error is you not having installed pyrcryptodome. Are you sure you have installed it in the correct version of python?
Have you fixed it? I'll close this issue in 24 hrs if no response
"I deleted everything, reinstalled it, and I still have the same error."
Are you running preCompy.py
with the same python version where pycryptodome
is installed?
If the error still persists, write these lines in the Python shell and see what errors you get
from Cryptodome.Cipher import AES
from Cryptodome.Util.Padding import pad
Thank you, I already resolved the problem. Thanks for the help
Hello! I currently have the same problem, how did you resolve?