python-eel/Eel

--noconsole not working

オープン

#654 opened on 2022/12/18

 (9 件のコメント) (1 件のリアクション) (1 人の担当者)Python (570 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (5,980 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Hello, I've built an app with eel and now I'm trying to make an executable from it. But if I try to disable the console it doesn't start and shows the following error:

error

I'm using this command: python -m eel app.py web --onefile --noconsole --splash splash.png

and from python I just runeel.start('index.html')

I tried to redirect sys.stderr and sys.stdout to a StringIO or a PIPE but still the error popup. I'm on windows and the app runs with Chrome.

コントリビューターガイド