QQuick / Opy

Obfuscator for Python
Other
364 stars 61 forks source link

error import l1llllll_opy #38

Open ittech25 opened 4 years ago

ittech25 commented 4 years ago

import l1llllll_opy ModuleNotFoundError: No module named 'l1llllllopy'

marchub commented 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.