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

I created a very small web application with EEL but I absolutely don't understand how to launch eel.start(...) with my web host (which works with Cpanel). Cpanel requests a wsgi...

help wanted

**Eel version** v0.11 **Describe the bug** When executing a pyinstaller exe that was compiled using the --noconsole option and which makes use of electron, the app crashes with the error...

bug

**Eel version** 0.15 **Describe the bug** Starting Eel produces the not found error (404) **To Reproduce** Just try the example, it won't even work. **Expected behavior** Served a page **Screenshots**...

bug

In order to be independent of installed browsers (Chromium), is it an idea to add PyQtEngine as an option? It would make a package using Eel fully dependent on pip...

enhancement

# My steps: 1. Download source folder:[08 - Eelectron-quick-start](https://github.com/ChrisKnott/Eel/tree/master/examples/08%20-%20Eelectron-quick-start); 2. Enter the folder, and install dependencies:`yarn install`;(`yarn` command need: `npm install yarn -g`) 3. Add `electron-builder` devDependencies: `yarn add electron-builder...

**Problem** "Uncaught TypeError: Cannot read properties of undefined (reading 'send')" when i trying run a function with "eel.nice()" inside. **app.py** ``` @eel.expose def nice(): print("GG") ``` **topnav.html** ``` checkBox =...

help wanted

LGTM.com is shutting down: https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ PR code analysis, badges, etc. will be completely shut down by December 16th. Eel currently utilizes badges and PR code analysis. That will have to...

maintenance

when I purposefully refreshed the index, it failed to reload it... is there any solution for this... Note: I'm working on data science app in which I am showing some...

bug

# Issue Summary: When attempting to use the eel library in a Windows 11 environment with Python 3.12.0, I encountered an error where eel is unable to find the bottle.ext.websocket...

Recommend adding a security feature to "start" such as `secure=True|False` which requires any client connecting on the bottle port to supply a randomly generated token to connect. We may not...

enhancement