NoTitleYet

Let's see if I can manage to put some time in this challenge... ;)

Awards

Give this entry an award

Diary Entries

import pygame

$ python
Python 2.7.2 (default, Oct 11 2012, 20:14:37)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>>

Yay, I've got to have a working PyGame, right? Might be useful!

I used a stackoverflow for the "why didn't 'pip install pygame' work" question.

Add a comment