dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Home Page:http://pyarmor.dashingsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] pyarmor_runtime failed without raising an exception

ramast opened this issue · comments

Hi, Am getting this error. Google search returns nothing.
The app work fine without pyarmor

File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/app/gunicorn.conf.py", line 2, in <module>
from pyarmor_runtime_000000 import __pyarmor__
File "/usr/src/app/pyarmor_runtime_000000/__init__.py", line 2, in <module>
from .pyarmor_runtime import __pyarmor__
SystemError: initialization of pyarmor_runtime failed without raising an exception
commented

It misses necessary information, please check this
https://pyarmor.readthedocs.io/en/latest/reference/solutions.html#target-device

And provide more information