python-eel/Eel

Error while running the eel project exe file with no console

Aperta

#700 aperta il 25 ago 2023

 (6 commenti) (0 reazioni) (0 assegnatari)Python (570 fork)batch import
help wanted

Metriche repository

Star
 (5980 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

I have converted my eel project to an executable file with console and It is running smoothly. But whenever I tries it with no console it makes an exe file but gives me error whenever I opens it. The error is below. Traceback (most recent call last): File "main.py", line 1, in File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "eel_init.py", line 15, in File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "bottle.py", line 73, in AttributeError: 'NoneType' object has no attribute 'write'

Plese help me with it...

Guida contributor