Opy icon indicating copy to clipboard operation
Opy copied to clipboard

error import l1llllll_opy

Open ittech25 opened this issue 4 years ago • 1 comments

import l1llllll_opy ModuleNotFoundError: No module named 'l1llllll_opy_'

ittech25 avatar Apr 23 '20 01:04 ittech25

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.

marchub avatar Aug 13 '20 13:08 marchub