LeoDJ / P2Pro-Viewer

A viewer and API for the InfiRay P2 Pro thermal camera module
MIT License
171 stars 22 forks source link

No module kivy! #14

Open kris0725pl opened 1 year ago

kris0725pl commented 1 year ago

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.

SimGas commented 11 months ago

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".