Open joker8989 opened 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?
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?