Closed PandoricGalaxy closed 2 years ago
you dont have to obfuscate your code 2 times...
you dont have to obfuscate your code 2 times...
I didn't obfuscate 2 times u said there are chances of code having error so to reobfuscate it that's what I did which didn't work. (Re obfuscate the source code not obfuscate code)
you have this error because you tried to execute the file on a different python version
Oh ok ok thx also do u know how can I import all modules when converting it to exe with nuitka? I mean do I have to manually type --include-package for every import that was in the source code?
yeah try that, bcuz since the code is obfuscated nuitka cant know the modules
yeah try that, bcuz since the code is obfuscated nuitka cant know the modules
I found the fix I just have to include the imports in obfiscated code
yeah you can do this too
tried re obfuscating code