(New in python + kivy here).
Hi, I am trying to run python with Kivy, and I just wanted to find out if there is a way to start Kivy applications in PyCharm, since I get the error message:
Traceback (most recent call last): File "C:/Kivy/kivy/examples/tutorials/pong/main.py", line 1, in <module> import kivy ImportError: No module named kivy
when downloading this file using pycharm, pay attention to the fact that this test game is out of the box, I can start the application with the right click β sendTo-> kivy.bat, but I donβt think that applications on a large scale actually do it So there should be a simpler (and, hopefully, more graphic) way to use Kivy, after you ask a Google doctor to refuse, thanks in advance! :)
BTW: My main interest is that applications that make basic database queries and are GUI friendly at the same time, Kivy was my first option alongside WX, but if you have any suggestions, they are welcome :)
source share