liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.43k stars 221 forks source link

Executable #119

Open joker8989 opened 5 years ago

joker8989 commented 5 years ago

Hey inam working on a python project and wanna to obsfucate my code and make it executable but when i use pyinstaller i get an error:

"Object of NoneType has not len()"

Cause pyminifier generate base64 string that executed with exec() built in func and that returns None

Any idea how to convert it to exe?