Replies: 1 comment
-
|
Thanks for sharing this workaround, @SHDocter! For anyone landing here: when you compile a NiceGUI app with Nuitka (or similar tools like PyInstaller), the bundled The fix is straightforward — disable colored output: ui.run(use_colors=False) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
use
ui.run(use_colors=False)to disable checkBeta Was this translation helpful? Give feedback.
All reactions