问题描述
我想在Eclipse中为名为kivy的python库设置pydev.
I´d like to set pydev in eclipse for python library called kivy.
问题是填写解释器可执行文件的原因.我找不到正确的道路.我使用Debian.
Problem is what to fill in interpreter executable. I can´t find right path.I use Debian.
谢谢!
推荐答案
Wiki上有一个用户维护的列表,说明如何在PyDev和其他流行的IDE中设置kv语言. https://github.com/kivy/kivy/wiki/Setting-Up-Kivy-with-popular-popular-IDE%27s
There is a user maintained list on the wiki of how to setup kv language in PyDev and other popular IDEs.https://github.com/kivy/kivy/wiki/Setting-Up-Kivy-with-various-popular-IDE%27s
此外,Pydev的新版本还应该支持开箱即用的语言. http://pydev.blogspot.in/2014/01/new-pydev-release-improved-indexing.html
Furthermore the new release of Pydev is supposed to suport kvlanguage out of the box.http://pydev.blogspot.in/2014/01/new-pydev-release-improved-indexing.html
以前在SO @ Kivy,Eclipse和PyDev(也包括PyPy)上也对此进行了回答
这篇关于在pydev eclipse(Debian)中配置kivy路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!