lhr0909 / PythonObfuscator

[DEPRECATED] An Obfuscator for simple Python 2 Scripts
MIT License
35 stars 16 forks source link

exceptions.NameError: global name 'base64' is not defined #15

Closed yufelixiao closed 7 years ago

yufelixiao commented 7 years ago

I use Python 2.4.3 and this PythonObfuscator to obfuscate our python code. Some of obfuscated code runs but for a group of similar python script files, all obfuscated code encounter the same error: exceptions.NameError: global name 'base64' is not defined. Does anyone know how to get rid of this error? Thank you.

lhr0909 commented 7 years ago

I developed this in Python 2.7.x, and feel free to check the docs about base64 module being in Python 2.4.x or not.