Kivy, Eclipse and PyDev (also PyPy)

前端 未结 6 523
陌清茗
陌清茗 2020-12-08 16:42

According to this post: https://groups.google.com/forum/?fromgroups#!topic/kivy-users/n7c3thksnzg, it is possible to use Eclipse as an IDE for Kivy through PyDev. However, I

6条回答
  •  难免孤独
    2020-12-08 17:20

    Using Eclipse IDE with Kivy and Pydev on OS X

    • Type which ivy in the terminal and locate the executable (it should be /usr/local/bin/kivy)
    • Then choose Preferences from Eclipse menu and navigate to PyDev -> Interpreters -> Python Interpreter.
    • Open the Select Interpreter dialog by clicking on the New... button (1) on the right.
    • Fill the name of interpreter (kivy) in the Interpreter Name field (2)
    • Fill the identified path (/usr/local/bin/kivy) in the Interpreter Executable field
    • Press OK and wait till the process will be done.
    • Do not forget to change interpreter settings in your project. You can do it by right click on your project in the Package Explorer under the PyDev - Interpreter/Grammar page.

提交回复
热议问题