Open ittech25 opened 4 years ago
I get the same error. I have a simple Python file that is obfuscated into one file. But when I import this file into a normal python program and call the obfuscated function within it, it fails due to a missing module of the type import l1llllll_opy
(name will vary).
There is no module l1llllll_opy defined in the file or elsewhere as far as I can see.
import l1llllll_opy ModuleNotFoundError: No module named 'l1llllllopy'