Re: [pygame] I need the Noob wiki

2012-06-07 Thread Russell Jones
So 3.2 shouldn't have things made compatible with it because it doesn't have things that are compatible with it? Or am I missing something? Russell On 7 June 2012 06:56, Ian Mallett geometr...@gmail.com wrote: On Wed, Jun 6, 2012 at 10:48 PM, Jeffrey Welch neutronj...@gmail.comwrote: Can

Re: [pygame] I need the Noob wiki

2012-06-07 Thread Vovk Donets
Just use 2.7. Python 3.2 not ready for productions. It will take another couple of years to make all libs for Python 2.7 compatible with 3.2 2012/6/7 Russell Jones russell.jo...@gmail.com So 3.2 shouldn't have things made compatible with it because it doesn't have things that are compatible

Re: [pygame] I need the Noob wiki

2012-06-06 Thread Vovk Donets
You have a python3.2. Are you using Pygame version compatible with python 3 ??? *p.s have not used pygame for a while, so do not know is there even pygame for python 3 2012/6/3 Jeff Welch neutronj...@gmail.com OK, I'm not getting past your step #1. Can someone give me a suggestion about

Re: [pygame] I need the Noob wiki

2012-06-06 Thread Jeffrey Welch
Can someone answer that? What Pygame, if any, is compatible with 3.2 ? On Jun 7, 2012 12:59 AM, Vovk Donets donets.vladi...@gmail.com wrote: You have a python3.2. Are you using Pygame version compatible with python 3 ??? *p.s have not used pygame for a while, so do not know is there even

Re: [pygame] I need the Noob wiki

2012-06-06 Thread Ian Mallett
On Wed, Jun 6, 2012 at 10:48 PM, Jeffrey Welch neutronj...@gmail.comwrote: Can someone answer that? What Pygame, if any, is compatible with 3.2 ? On the downloads page, it appears to exist for Windows, but not for Mac. Perhaps someone else here knows more on the build state can elaborate, but

[pygame] I need the Noob wiki

2012-06-02 Thread Jeff Welch
Hello, I see the discussion here is pretty high level, but I'm hoping someone can direct me to some very low level help. I'm brand new to both Python and Pygame. I'm working on a Mac 10.6.8, and I found some instructions for building the install here.

Re: [pygame] I need the Noob wiki

2012-06-02 Thread Ian Mallett
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: surf = pygame.display.set_mode((400,200)) If a window pops up,

Re: [pygame] I need the Noob wiki

2012-06-02 Thread Jeff Welch
OK, I'm not getting past your step #1. Can someone give me a suggestion about this error? Python 3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:25:50) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type copyright, credits or license() for more information. import pygame Traceback (most