Eel
Eel copied to clipboard
Cannot compile to exe with the option "Window based (hide the console)" with auto-py-to-exe AttributeError: 'NoneType' object has no attribute 'write'
Eel version
0.16 and 0.17 both have the issue
Describe the bug
Basically when I compile my project using auto-py-2-exe, it can works without issue, however if I compile with the option "Window based (hide the console) it cannot start my exe as it immediately shows the image above:
File "main.py", line 1, in
To Reproduce Compile any project with auto-py-to-exe and check hide the console Window based
Expected behavior I want to be able to compile it for an actual release so I do not want the console to be shown to the users.
System Information
- OS: Windows 11
- Browser: Chrome
- Python Distribution: 3.11
Screenshots