Beginning Game Programming for Teens with Python | Ray Wenderlich

This is a post by Tutorial Team Member Julian Meyer, a 13-year-old python developer. You can find him on Google+ and Twitter. Have you ever wondered how video games are created? It’s not as complicated as you might think! In this tutorial, you’ll create a simple game called Bunnies and Badgers, where the hero, the […]


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/24252/beginning-game-programming-for-teens-with-python

when i did this: >>> import pygame, it did this: Traceback (most recent call last):
File “<pyshell#2>”, line 1, in
import pygame
File “C:\Python27\lib\site-packages\pygame_init_.py”, line 95, in
from pygame.base import *
ImportError: DLL load failed: %1 is not a valid Win32 application.

what should i do?

@pythonnoob Do you still have issues with this?