ModuleNotFoundError: No module named 'pyarmor_runtime_000000' when running an exe file #1337
Unanswered
wookidooki8
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have used pyarmor on my scripts and i used cython Setup.py build_ext --inplace to make them into c files
and i used pyinstaller main.spec to pack them all into an exe file.
but when running i get ModuleNotFoundError: No module named 'pyarmor_runtime_000000'
im using trial version and python 3.10 on windows10. i had no problem with other obfuscator.
is there any way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions