eclipse - Installing kivy with pydev on a mac -


i totally dead in water right now. i'm trying install kivy in pydev (eclipse) on mac. cannot pydev recognize kivy (i'm getting import error - 'no module named kivy'. i've spent many hours reading every post on subject. of them address windows. few address macs sparse in directions. best directions can find these:

  1. install pydev
  2. manually add kivy package (compiled one, not .dmg mac) python packages (done in eclipse -> preferences -> pydev -> interpreters)
  3. rebuild package repository interpreter (done in eclipse -> preferences -> pydev -> interpreters)

=> viola !

but don't explain how accomplish this. step 1 easy. need know how accomplish step 2 - not told it! can tell me how????

i know need python interpreter set includes reference kivy. i've copied kivy folder python path, , added path pydev, it's not working. here's image of interpreter window in eclipse. it's not informative, other can see it's set incorrectly.

enter image description here

thanks help. please detailed - understand main idea, it's execution stuck on.

thanks!

i realize question 1 year old, when faced same problem today, not find clear answer. so, i'm leaving here solution, in case might find useful:

in terminal, introduce which kivy, link kivy wrapper, @ /usr/local/bin/kivy. can introduce address in field "interpreter executable", , pydev automatically present proper library folders select. that, should have set new kivy interpreter.


Comments