Tugamer89/RansomTuga

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

For some reason, the file is not being generated or is not being set in the correct path. What can I do to check what's happening with the file?"
error2

run first preComp.py and check if the file is present, then run postComp.py

"I ran it, but still, the file is not appearing."
errro3

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?