简体   繁体   中英

Pyarmor Pack Python File Check Restrict Mode Failed

So i am trying to Pack my python script with pyarmor pack however, when i pack the script it does not work, it throws check restrict mode failed. If i Obfuscate the script normally with pyarmor obfuscate instead of pack the script it works fine, and is obfuscated fine. This version runs no problem. Wondering how i can get pack to work as i want my python file in an exe

I have tried to compile the obfuscated script with pyinstaller however this does not work either

Wondering what else i can try?

I had this problem, fixed by adding --restrict=0

For example: pyarmor obfuscate --restrict=0 app.py

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM