You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i download zip to my laptop. convert with py exe to executable windows app and i got error wher run application. Traceback (most recent call last): File "gui.py", line 3, in <module> from kivy.app import App ModuleNotFoundError: No module named 'kivy'
or is normal human windows version? For now is tottaly shit for me...sory.
The text was updated successfully, but these errors were encountered:
Have you tried running the script as it is intended?
Converting a py script to an exe requires lots of finetuning. Python is simply not made for generating exe.
I'd suggest you first get the very basics of python (including installing and using other non-built-in Modules). If you then still can't figure out how to use the script, I'd suggest you ask friendly for help, and not tell others their code is "shit".
i download zip to my laptop. convert with py exe to executable windows app and i got error wher run application.
Traceback (most recent call last): File "gui.py", line 3, in <module> from kivy.app import App ModuleNotFoundError: No module named 'kivy'
or is normal human windows version? For now is tottaly shit for me...sory.
The text was updated successfully, but these errors were encountered: