liftoff / pyminifier

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

obfuscate is not working for explicit Imports #93

Open pvagare opened 7 years ago

pvagare commented 7 years ago

I want to run all obfuscated code having dependancies (i.e. explicite local imports) Django code. I am using pyminifier for it. .I obfuscate each file in .py file by following command pyminifier --obfuscate --outfile=test_mini.py test.pyIt works for stand alone script but it doesn't work explicit Import.

mohankumardb commented 6 years ago

is there any fix available for this issue. even i face the same import issues

pvagare commented 6 years ago

@mohankumardb I did not found any fix.