Re: [pygame] which python and pygame versions?

2009-12-14 Thread Ian Mallett
I prefer Python 2.5.4 and PyGame.


Re: [pygame] which python and pygame versions?

2009-12-14 Thread Alex Nordlund
Why do you prefer 2.6 and why do you prefer 2.5.4?
Your comments will be quite useless now if you can't support the statement :-)

---
//Alex


Re: [pygame] Need names and nationalities for AI playes in new sport-game

2009-12-14 Thread inigo delgado
Take mine too :)

Iñigo Delgado From Basque Country (spain, europe)


2009/11/15 John Eriksson 

> 2009/11/13 pierrelafran...@sympatico.ca :
>
> >
> > Pierre Lafrance
> > Caucasian, French speaking from Québec (Canada)
> >
> > Will we know level associate to our name ?
> > ;-)
> >
> > Good luck
> >
>
> Hi Pierre,
>
> When the player starts a new Career in the World Series, all
> AI-players levels will be set by random.
>
> Best Regards
> /John
>



-- 
Nota: Tildes omitidas para evitar incompatibilidades.

:wq


Re: [pygame] which python and pygame versions?

2009-12-14 Thread Michael George
My approach is to choose a development platform and then use whatever 
comes with.  For example, I use ubuntu, and then apt-get install python 
python-pygame.  That way things will be painless for me and anyone using 
the same platform as me.  If I later decide I want to make it available 
then I will test against whatever is easiest to come by on the platforms 
I want to support.


--Mike

Alex Nordlund wrote:

Why do you prefer 2.6 and why do you prefer 2.5.4?
Your comments will be quite useless now if you can't support the statement :-)

---
//Alex
  




Re: [pygame] which python and pygame versions?

2009-12-14 Thread Kris Schnee
I had a lot of trouble trying to build an EXE when I used the latest
version of Pygame. What I have installed and working now is Python 2.5,
plus Pygame 1.9.1 (listed on the Pygame download page as the "best
version"). So I recommend those versions.
http://pygame.org/download.shtml


On Mon, 14 Dec 2009 14:24:40 +0800, jun lin  wrote:
> I prefer python 2.6 + pygame.
> 
> On Mon, Dec 14, 2009 at 1:28 PM, Jake b  wrote:
> 
>> I'm installing python + pygame on my new computer, however I'm
> overwhelmed
>> by the choices.
>>
>> Should I do python 2.5, 2.7a, 3.0, 3.1.1, or something else?




Re: [pygame] which python and pygame versions?

2009-12-14 Thread Bill Coderre
On Dec 14, 2009, at 1:10 PM, Alex Nordlund wrote:
> Why do you prefer 2.6 and why do you prefer 2.5.4?
> Your comments will be quite useless now if you can't support the statement :-)


I am running with Mac OS X 10.6.2. It comes with Python 2.5.something built in, 
but the suggestion is to download a fresh Python so that any hacking one does 
does not screw up the System's python.

I decided a while back to use Python 2.6.2 and Pygame 1.9.1. These were the 
latest versions that were not "beta" or "experimental." I have tried using 
"experimental" releases before, and, well, I don't have the time to cope with 
them. When I eventually get some substantial code together, I will figure out 
how to download the forthcoming versions and see what happens, and file 
whatever bugs seem to help advance The Greater Good.

There didn't seem to be a lot of difference between Python 2.5 and 2.6 except 
for bug fixes, and more or less the same story for Pygame. I suggest reading 
the release notes at pygame.org and python.org to come to your own conclusions.

Python 3 and its ensuing Pygame release will probably mean big changes, but the 
releases are unlikely to hit for a while, and I assume that code I've written 
against the current system will either continue to work unchanged, or there 
will be some kind of helpful hints at cross-compatibility. Maybe I can help 
write those hints.

In the mean time, my big goal at this point is finding time to code, and then 
writing code that is useful and meaningful to my personal goals, not helping 
debug Python 3.0, which I think is better left to the people that already know 
Python well.

My one piece of advice for Mac users -- make sure you've installed X windows. 
It's an optional install, but if you don't have it, there are some mysterious 
bugs with pygame. I told the list about one of them already. (How to test: In 
Terminal, run the command xfontsel . If you have X11 installed, it will launch 
a font picker program. If you don't have it installed, find your Snow Leopard 
disk, and find the "Optional Installs" folder, and install X11.)