python-eel/Eel

Using PyArmor with Eel

Open

#555 geöffnet am 8. Jan. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (570 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.980 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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:

  1. Obfuscate scripts with pyarmor using "pyarmor obfuscate main.py"
  2. Copy my web folder to the location of the obfuscated scripts
  3. Run "python -m eel main.py web --onefile --icon icon.ico"
  4. Copy pytransform folder to the dist folder made by step 3
  5. Open the exe file
  6. Errors regarding missing packages pop-up
  • OS: Windows 10 64-Bit
  • Browser: Chrome

Contributor Guide