You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 'l1llllll_opy_'
The text was updated successfully, but these errors were encountered: