Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
**Eel version** 0.16.0 **Describe the bug** Commented lines of code changes how Eel executes under very specific circumstances involving functions generated at runtime. These functions seem to require *two* eel.expose...
**Describe the problem** I have a problem while trying to run the result from Pyinstaller with eel and electron. **Code snippet(s)** ```terminal python3 -m eel backend/main.py design --onefile python3 -m...
**Eel version** eel-0.16.0 **Describe the bug** Running `pip install eel[jinja2]` as described in the instructions to include support for jinja2 templating simply returns the error message `no matches found: eel[jinja2]`,...
I am developing a multiplatform desktop Point of Sale with Eel GUI. I have been testing it on Windows and Linux (different OS flavours). One of the challenges I have...
**Eel version** 0.16.0 **Describe the bug** After some time of inactivity in the app it crashes (server stops) I thinks it needs something like tcpkeepalive or websocket switch or at...
**Describe the problem** I'm having problems whenever I use the `--noconsole` flag. When I create the executable just using `--onefile` everything works correctly, however, the terminal opens every time I...
This was the change I had to make to get a recent install of eel working.
**Describe the problem* I am trying to start an Eel window then run the rest of main.py. Since eel.start() blocks the program, I used threading to run it separately. This...
Updated version of #256 @samuelhwilliams I took a crack at supporting custom json encoders/decoders with this PR. It get's the job done for me and makes the new options much...
**Eel version** 0.16.0 **Describe the bug** At seemingly random, eel never exits the loading page **To Reproduce** Steps to reproduce the behavior: 1. create simple application using eel 2. run...