Skip to content
Advertisement

Error When Trying to Run Simple Kivy Program (Windows)

When trying to run the following program on my computer:

JavaScript

After I added what was suggested( The last two lines ), I get two syntax errors, the first telling me to delete the colon and the second telling me to remove the indent, and then this:

JavaScript

According to the tutorial I’m following( http://inclem.net/2014/01/09/kivy-crash-course/1_making-a-simple-app/ ), the program should be able to run without problems. I’ve installed Kivy and Python 3.3.

Advertisement

Answer

Looks like you’re missing an install of pygame – it’s not pulled in as a dependency by the Kivy install so you need to install it separately — see http://kivy.org/docs/installation/troubleshooting-macosx.html#unable-to-find-any-valuable-window-provider-error

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement