[pygame] I need the Noob wiki

2012-06-02 Thread Jeff Welch
if Pygame is working. So, I probably need some install troubleshooting tips, and also some basic instructions on how one downloads a Pygame game and runs it. Thank you! Jeff Welch

Re: [pygame] I need the Noob wiki

2012-06-02 Thread Jeff Welch
) -Jeff Welch On Jun 2, 2012, at 1:44 PM, Ian Mallett wrote: Hey, To check whether PyGame is installed, in IDLE, type: import pygame from pygame.locals import * pygame.init() None of these lines should throw errors. If they do, you have an install problem. To make a basic window, type