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] 加密文件运行提示line 2, in <module> from pyarmor_runtime_000000 import __pyarmor__

lkaaww opened this issue · comments

python版本3.8.5
我用命令pyarmor gen --platform linux.x86_64 加密了一个脚本,染病把dist目录放到linux上运行就提示:Traceback (most recent call last):
File "/var/www/vt/dist/vt.py", line 2, in
from pyarmor_runtime_000000 import pyarmor
File "/var/www/vt/dist/pyarmor_runtime_000000/init.py", line 2, in
from .pyarmor_runtime import pyarmor
我又在window运行了一个相同的加密后的py,但是它又是正常的。我有一些不明白