help wanted
倉庫指標
- Star
- (5,980 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Hi, first time using pyarmor, trying to make it work with Eel. Currently I use "python -m eel main.py web --onefile --icon icon.ico" to distribute my app (before having pyarmor). How do I approach this with pyarmor? Thanks.
Here's what I've tried so far:
- Obfuscate scripts with pyarmor using "pyarmor obfuscate main.py"
- Copy my web folder to the location of the obfuscated scripts
- Run "python -m eel main.py web --onefile --icon icon.ico"
- Copy pytransform folder to the dist folder made by step 3
- Open the exe file
- Errors regarding missing packages pop-up
- OS: Windows 10 64-Bit
- Browser: Chrome