Questions tagged [eel]

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

152 questions
1
vote
1 answer

Pyinstaller : module could not be found error (Pandas)

I was getting a 'Failed to load script error', when I checked it with -F the cmd line says File "site-packages\pandas\core\window\ewm.py", line 3, in module ImportError: DLL load failed while importing aggregations: The specified module could not…
user13494862
1
vote
2 answers

not able to pip install eel . - Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

I'm trying to install eel library for python and I keep getting this message. I have tried upgrading pip but still no luck please help using windows 10, python 3.8 on visualstudio. distutils.errors.DistutilsError: Command '['c:\program files …
1
vote
0 answers

PHP sqlite3 database dropdown menu using python eel

I am trying to printing values in dropdown menu. the values printing on console, but doesn't printing on html here is my code: