79747233

Date: 2025-08-26 19:20:01
Score: 2
Natty:
Report link

I faced same problem. Then solved with this way;

1- I created a Python file disable_console_log.py inside;

import os
os.environ["KIVY_NO_CONSOLELOG"] = "1"

2- Then I put this file in my folder which i compiling to .exe
enter image description here

3- Edited .spec file as;

runtime_hooks=["disable_console_log.py"],
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: berk berk