I have a Kivy app that works fine from Pycharm IDE or when run from command line. However, after converting it to an exe with PyInstaller, the app only shows a blank screen and stays there. I'm using Python 3.12, Kivy 2.3 and Pyinstaller 6.6.0. [image: crs_blank_screen.png] *Note:* The app/window does not close itself, it just stays there but I cannot see any widget on it. I have tried to downgrade the Pyinstaller to 6.0.0 and 4.0.0 with no success. I have also tried to downgrade Kivy to 2.0.0 with no success. I see no message on console after "Start application main loop". Please help as I have already spent much time on it.
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/6e6f44a9-b448-43a4-b6f4-6bcb526b9554n%40googlegroups.com.
