[pygame] Python 3.3 support?

2012-12-26 Thread Al Sweigart
Is there a schedule for when a Pygame installer for Python 3.3 will be available? -Al

Re: [pygame] Python 3.3 support?

2012-12-26 Thread Ian Mallett
On Wed, Dec 26, 2012 at 4:15 PM, Al Sweigart a...@inventwithpython.comwrote: Is there a schedule for when a Pygame installer for Python 3.3 will be available? -Al There is an unofficial build here, http://www.lfd.uci.edu/~gohlke/pythonlibs/, although I would be interested in the real answer

[pygame] Why is there no movement in this code.

2012-12-26 Thread Discord
#!/usr/bin/env python import os import sys import pygame from pygame.locals import * width , height = 1680 , 1050 pygame.init() fpsclock = pygame.time.Clock() fpsclock.tick(50) screen = pygame.display.set_mode((width,height)) pygame.display.set_caption(SteamPunk) backfile =

Re: [pygame] PyGame website

2012-12-26 Thread Ian Mallett
Hey all, Are we making progress with this? I would like to see the PyGame.org website improved, and I would like to help! Ian