Eel icon indicating copy to clipboard operation
Eel copied to clipboard

A little Python library for making simple Electron-like HTML/JS GUI apps

Results 212 Eel issues
Sort by recently updated
recently updated
newest added

This makes it easy to preview the screenshot without opening it directly https://github.com/MichaelCurrin/Eel/tree/patch-2/examples/04%20-%20file_access

Follow Python standard of libraries - group as per https://pep8.org/#imports Break out files to separate variable Take out `else` statement

**Eel version** 0.14.0 **Describe the bug** When a custom_callback function is defined on start and some link or button tag is clicked, the close_callback is called and the _websockets list...

bug

# General I am trying to stop the complete app once browser window closed. Apparently `close_callback` is not working or the function provided is not even being triggered. I found...

help wanted

**Eel version** latest **Describe the bug** On running the example of how to use Eel with Electron, I got an error: `FileNotFoundError: [Errno 2] No such file or directory: 'node_modules/electron/dist/electron.exe'`...

bug

Keeping track of return values that arrive before callbacks are registered, and then delivering to the callbacks when they are registered. This fixes a major memory leak currently in Eel,...

**Describe the problem** I am trying to run eel with react using [Eel-React-Template](https://github.com/hrdtbs/template-create-react-app-eel). I have a javascript function exposed in index.html but when I try to run the function from...

help wanted

Dear EEL team, thank you for this incredibly useful module! It is a successful lightweight alternative to Electron. I'm currently building a simple app with EEL. =) **Feature request description**...

enhancement

Im trying to execute two selenium in differente threads, but it executed one and then the second: ``` from seleniumwire import webdriver from webdriver_manager.chrome import ChromeDriverManager import eel eel.init('web') def...

**Eel version** Eel 0.14.0 **Describe the bug** I still have this issue. It happens when eel seems overloaded with messages. eel.js:115 WebSocket connection to 'ws://localhost:8080/eel?page=index.html' failed: Invalid frame header ![image](https://user-images.githubusercontent.com/1261686/137634820-68517ba5-2299-4527-ad96-afb9e1e76e0d.png)...

bug