How to configure Python Kivy for PyCharm on Windows?

前端 未结 7 746
孤独总比滥情好
孤独总比滥情好 2020-11-27 16:58

I\'m having trouble getting Kivy to work with PyCharm on Windows 7. I\'ve managed to add most of the external libraries through File > Settings > Python interpreters &

7条回答
  •  借酒劲吻你
    2020-11-27 17:56

    • if you do not installed kivy go to Kivy İnstallion,

    • Go to your python directory (e.g: C:\Python),

    • Open Lib folder (e.g: C:\Python\Lib),

    • find site-packages and open it,

    • Copy kivy folder to Python\Lib.

      That's it. Enjoy Kivy :)

提交回复
热议问题