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've added type stubs covering the vast majority of the Python side of the eel API. I've chosen to use the more legacy List, Dict, etc. from the typing package...

**Eel version** Latest **Describe the bug** A clear and concise description of what the bug is. PS C:\Users\maste\Documents\GitHub\r2-t2> python .\eel.py Traceback (most recent call last): File "C:\Users\maste\Documents\GitHub\r2-t2\eel.py", line 8, in...

bug

While running the exe file on a different machine i get DLL load failed error. Few weeks before it used to work fine. I tried reinstalling the package and even...

bug

I would like to connect to SQLite database to represent my data with Jquery DataTable (www.DataTable .net) on the front-end. All data are needed realtime, so it requires the script...

help wanted

Addresses https://github.com/ChrisKnott/Eel/issues/572. Regression of https://github.com/ChrisKnott/Eel/issues/211 caused by https://github.com/ChrisKnott/Eel/pull/229. [Currently, eel routes are added via `bottle.route()`](https://github.com/ChrisKnott/Eel/blob/414b2c3858ff95e3811089d4bd797910b6934f1a/eel/__init__.py#L174), which only adds routes to the default app. This means passing any non default instance...

**Eel version** `0.14.0` **Describe the bug** `eel.start()` uses `bottle.route()` to add eel routes, which only adds routes to the default `Bottle` application. Thus, if a non default instance of `bottle.Bottle`...

bug

**Describe the problem** Hello I want to make my application borderless when I turned into my app a exe it How can I do it ?

help wanted

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies
javascript

Although title is enough for what I want, but still... Is there a way to make transparent/partially-transparent window with eel? Thanks... (in advance)

help wanted

While generating exe , i get following error. In python IDL it works finw Error: None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available...

bug