全,
我试图用pyinstaller的--key=key-string编译和加密"hello_world.py“,当我试图打开.exe文件时,它一直会引起问题。警告说“执行脚本pyiboot01_bootstrap失败”。当我取出--key=key-string时,问题就消失了,但这使得部署的可执行文件没有加密。这是某种python3.5pyinstaller3.4兼容性问题吗?如果对此有任何见解,我将不胜感激。
环境:Python3.6pyinstaller3.4pykeydome 3.6.6 Windows 10
发布于 2022-11-03 15:15:22
pycryptodome模块与PyInstaller加密不兼容。
https://stackoverflow.com/questions/52824536
复制相似问题