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?