On Wed, Mar 30, 2016 at 10:36 AM, john <jo...@jfcomputer.com> wrote:
> On 03/30/2016 04:27 AM, wolfrage8...@gmail.com wrote:
>>>
>>> I have a few students who are interested in creating interactive games in
>>> Python. We have learned how to use tkinter but we are looking for
>>> something more robust. I tried using pygame <SNIP>
>>
>> I recommend Kivy; because then it is easy to take the app from
>> computer to Phone; which opens the world of touch devices!
>> Though not specifically made for games it works very well for my
>> purposes which are a game.
>>
> I believe Kivy requires pygame so he would get the same error.

Since Kivy 1.9 the requirement for pygame has been dropped and they
are now using OpenGL instead.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to