python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Cant compilate .py to .exe #433

Closed code-dresser closed 3 years ago

code-dresser commented 3 years ago

I have a problem compiling my .py file to .exe I followed the directions and used pyInstaller. My only clue is a strange error occurring during the execution of the file, but I do not know where it comes from.

python_file

html

error

ibadb243 commented 3 years ago

python -m eel you_file.py folder_with_html_css_js --onefile example: python -m eel main.py WEB --onefile