-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
fix: stdio problem when making exe using pyinstaller with noconsole flag #198
Conversation
Hello @HHongSeungWoo! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
@HHongSeungWoo what problem we are solving by this? |
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
==========================================
+ Coverage 88.49% 88.52% +0.02%
==========================================
Files 11 11
Lines 452 453 +1
Branches 48 48
==========================================
+ Hits 400 401 +1
Misses 35 35
Partials 17 17
Continue to review full report at Codecov.
|
@SergeyPirogov In browser version check function, to get a version, this library uses So, I replaced |
Any idea how to make the console disappear? The original console is hidden, though now with these changes it opens another console. I have tried hundreds of variations to try to make it work, best I have been able to do is make the console disappear around 5s after.
|
@rockyhuber i dont speak english well, but if you want hide consloe, try using |
No description provided.