0
votes
0answers
30 views

Installing kivy with pydev on a mac

I am totally dead in the water right now. I'm trying to install kivy in pydev (eclipse) on a mac. I cannot get pydev to recognize kivy (I'm getting an import error - 'No module named kivy'. I've spent ...
0
votes
1answer
88 views

Pydev+Kivy - Empty __init__ files

I am using Eclipse and PyDev to develop for the Python library called Kivy. I ran through the proper setup instructions, and developing and running from Eclipse works perfect. However, when I, or ...
5
votes
3answers
3k views

Kivy, Eclipse and PyDev (also PyPy)

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 didn't understand the ...