-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] problem using --noconsole flag #698
Comments
related issue #654 |
The terminal opening is a side-effect of an underlying issue that eel can't instantiate correctly. Even if you redirect the output to a file to prevent the console from opening, eel will most likely have trouble running. Eel uses Also, redirecting |
I had the same issue. Only I modified the bottle.py file online 73 like this: to properly handle my custom logger. After that my noconsole builds were working. |
Describe the problem
I'm having problems whenever I use the
--noconsole
flag. When I create the executable just using--onefile
everything works correctly, however, the terminal opens every time I run the .exe executable (which is a problem). I hope you can help me with this problem, I'll leave the image of the error that occurs whenever I have to run the executable created with the--noconsole
flag.UPDATE 1:
I created a simple project from scratch with just the eel library, a single python file and a simple html file and when using --noconsole the same problem I described in the image above occurred, which leads me to believe that it is an error in the Library. I need urgent help, because I bet all the development of my project on this library. Thank you for any help.
UPDATE 2:
I managed to work around the problem but not solve it. I used the following:
The text was updated successfully, but these errors were encountered: