Python Forum
How to get GUI builder Kivy to work with Pycharm?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get GUI builder Kivy to work with Pycharm?
#2
(Jan-17-2021, 03:30 AM)river251 Wrote: Pycharm is installed in MacOS, not the unix command window, and I can't figure out how to get Kivy to work with Pycharm
In PyCharm you need to configure the interpreter for the project. It may be the system installation of python or (if you have created one) - a virtual environment. In any case select the python where you have installed Kivy. Pycharm is installed in MacOS, not the unix command window doesn't make sense and show some misunderstanding on your part.

(Jan-17-2021, 03:30 AM)river251 Wrote: It's the only free cross-platform GUI builder I have found.
All or almost ll of the GUI frameworks are cross-platform and free (some like PyQt require paid license for commercial use). The question is which OSs do you target. If you specifically target mobile app development the options are more limited, but again Kivy is obvious choice but again not the only one.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: How to get GUI builder Kivy to work with Pycharm? - by buran - Jan-17-2021, 06:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error about parser library and tree builder Led_Zeppelin 8 11,761 Jun-11-2021, 08:53 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020