[pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Kamilche
When is version 1.8 of pygame coming out? I went looking on the Internet, and saw lots of messages about 'any week now' dating back to 2006. What I need is a windows installer of pygame 1.8 that runs with Python 2.5. I don't have all the prerequisite compilers and packages to compile my own v

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Luke Paireepinart
Kamilche wrote: When is version 1.8 of pygame coming out? I went looking on the Internet, and saw lots of messages about 'any week now' dating back to 2006. What I need is a windows installer of pygame 1.8 that runs with Python 2.5. I don't have all the prerequisite compilers and packages to

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Brian Fisher
I'm currently running the python 2.5 installer for 1.7.1 from the pygame download page: http://pygame.org/download.shtml http://pygame.org/ftp/pygame-1.7.1release.win32-py2.5.exe then to get sound and font loading from a file-like object working I replace the sdl dll's with the ones here: http://t

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Patrick Devine
On Jan 23, 2008 9:59 AM, Kamilche <[EMAIL PROTECTED]> wrote: > If it's still not available, what have people migrated to for their > Python 2.5 game development? Are they using ctypes with SDL, or something? I thought everyone was using Pyglet now. :-D -pdev.

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Kamilche
Patrick Devine wrote: On Jan 23, 2008 9:59 AM, Kamilche <[EMAIL PROTECTED]> wrote: If it's still not available, what have people migrated to for their Python 2.5 game development? Are they using ctypes with SDL, or something? I thought everyone was using Pyglet now. :-D -pdev. Well, I'm loo

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Marcus von Appen
On, Wed Jan 23, 2008, Kamilche wrote: > Patrick Devine wrote: >> On Jan 23, 2008 9:59 AM, Kamilche <[EMAIL PROTECTED]> wrote: >>> If it's still not available, what have people migrated to for their >>> Python 2.5 game development? Are they using ctypes with SDL, or something? >> >> I thought ever

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Kamilche
Marcus von Appen wrote: On, Wed Jan 23, 2008, Kamilche wrote: Patrick Devine wrote: On Jan 23, 2008 9:59 AM, Kamilche <[EMAIL PROTECTED]> wrote: If it's still not available, what have people migrated to for their Python 2.5 game development? Are they using ctypes with SDL, or something? I th

[pygame] Ideas about storing questions/answers for a boardGame.

2008-01-23 Thread marta sanz
Hi there, I'm trying to develop a board game that has a board, and depending on the square a player goes, he has to answer a question and if the answer is wrong the play turn goes to other player, and if it is right, the player can redrop the dice, the player with more right answered ques

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Marcus von Appen
On, Wed Jan 23, 2008, Kamilche wrote: [...] > Well, if there's no windows installer for it, and hasn't been for three > years, how supported is it, really? It's too much to expect the average > developer to have the same build tools and correctly compile all the > sources, just to use the late

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Richard Jones
On Thu, 24 Jan 2008, Kamilche wrote: > Well, I'm looking at using ctypes and SDL right now... wish me luck. http://www.pygame.org/ctypes/ Richard

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Alex Holkner
On 1/24/08, Richard Jones <[EMAIL PROTECTED]> wrote: > On Thu, 24 Jan 2008, Kamilche wrote: > > Well, I'm looking at using ctypes and SDL right now... wish me luck. > > http://www.pygame.org/ctypes/ The Pygame-ctypes page should be updated. The package has fallen several years behind compatibilit

Re: [pygame] Ideas about storing questions/answers for a boardGame.

2008-01-23 Thread Dave LeCompte (really)
"marta sanz" <[EMAIL PROTECTED]> asked: > Does anyone have any idea on how can I store > the questions and answers? I thought about a text file with a > question per line,but don't know if it is a good idea... A text file is a good start, but I'd go one step further and use an XML file. XML is a

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Brian Fisher
On Jan 23, 2008 12:16 PM, Kamilche <[EMAIL PROTECTED]> wrote: > > Well, if there's no windows installer for it, and hasn't been for three > years, how supported is it, really? It's too much to expect the average > developer to have the same build tools and correctly compile all the > sources, just

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Noah Kantrowitz
On Jan 23, 2008, at 4:24 PM, Brian Fisher wrote: On Jan 23, 2008 12:16 PM, Kamilche <[EMAIL PROTECTED]> wrote: Well, if there's no windows installer for it, and hasn't been for three years, how supported is it, really? It's too much to expect the average developer to have the same build

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread René Dudfield
We're looking for a mac maintainer to finish off a couple of things. - update mac version of pygame.scrap (clipboard) to use the new api. - build an installer, and write instructions on how to make the installer here: - http://pygame.org/wiki/MacCompile So if anyone can do either of those th

Re: [pygame] Ideas about storing questions/answers for a boardGame.

2008-01-23 Thread bhaaluu
There is a nice example in Chapter 10 of Andy Harris's book: Game Programming, called adventure.py. http://www.cs.iupui.edu/~aharris/pygame/ It relies on his free gameEngine.py module and a free TTF. The source code is available from the above site. The game is an example of a "finite state machine

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Brian Fisher
Sorry, Noah - I didn't mean to disparage your excellent work there - here is a link to an archive of your post with the files: http://archives.seul.org/pygame/users/Dec-2007/msg00125.html ...However I think to use that work you need to install macports and then work with your own ports file, right

Re: [pygame] Ideas about storing questions/answers for a boardGame.

2008-01-23 Thread Ethan Glasser-Camp
marta sanz wrote: This game is aimed to be used by my sister's school teacher in her class of 10 years old kids. I said this because, despite the fact that I will give this game with some questions so they can play from the moment I give it to them, I would like the teacher to make her own ques

Re: [pygame] Ideas about storing questions/answers for a boardGame.

2008-01-23 Thread James Paige
On Wed, Jan 23, 2008 at 07:15:05PM -0500, Ethan Glasser-Camp wrote: > marta sanz wrote: > >This game is aimed to be used by my sister's school teacher in her class > >of 10 years old kids. I said this because, despite the fact that I will > >give this game with some questions so they can play fro

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Kamilche
Well, ctypes isn't as hard as I had feared. I've got an example running that blits some simple boxes and pictures to the screen. I must admit, getting it going did make use of my knowledge of the C programming language, tho. I couldn't use pygame ctypes, because most of the examples were broke

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Luke Paireepinart
Kamilche wrote: Well, ctypes isn't as hard as I had feared. I've got an example running that blits some simple boxes and pictures to the screen. I must admit, getting it going did make use of my knowledge of the C programming language, tho. I couldn't use pygame ctypes, because most of the ex

[pygame] help: how to make a mac osx installer?

2008-01-23 Thread René Dudfield
hello, does anyone know how to make a mac osx installer for pygame? How do you do it? cheers,

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread Noah Kantrowitz
René Dudfield wrote: hello, does anyone know how to make a mac osx installer for pygame? How do you do it? Macports should let me do it. I'll poke in the AM. --Noah signature.asc Description: OpenPGP digital signature

Re: Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Richard Jones
Kamilche <[EMAIL PROTECTED]> wrote: > I couldn't use pygame ctypes, because most of the examples were broken, > and I just didn't want to figure out why. Instead, I wrote a module to > interface to SDL directly, using the ctypes feature of Python 2.5. I was > happily surprised to discover that SD

Re: [pygame] Ideas about storing questions/answers for a boardGame.

2008-01-23 Thread Thiago Chaves
There's not so much difference in "editing the text file manually" or editing it inside a python program. Both require a similar amount of typing. Plus Ethan's suggestion already takes care of the problem in a much simpler way, and code is already provided.along wth his suggestion. XML is overkill

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Lenard Lindstrom
Kamilche wrote: Well, ctypes isn't as hard as I had feared. I've got an example running that blits some simple boxes and pictures to the screen. I must admit, getting it going did make use of my knowledge of the C programming language, tho. I couldn't use pygame ctypes, because most of the ex

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread René Dudfield
I forgot to install bdist_mpkg before running setup.py bdist_mpkg Install this: http://pypi.python.org/pypi/bdist_mpkg/ Then run python setup.py bdist_mpkg Here is the resulting (UNTESTED!!!) file: http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3-py2.5-macosx10.4.mpkg.zip cheers, On Jan 24,

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread Casey Duncan
On Jan 23, 2008, at 6:07 PM, René Dudfield wrote: hello, does anyone know how to make a mac osx installer for pygame? How do you do it? For a game written in pygame or for pygame itself? If it's the former, I have an example here that creates an application bundle using py2app and then cr

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread René Dudfield
I was asking for pygame itself. What you have is cool though :) On Jan 24, 2008 4:07 PM, Casey Duncan <[EMAIL PROTECTED]> wrote: > On Jan 23, 2008, at 6:07 PM, René Dudfield wrote: > > > hello, > > > > does anyone know how to make a mac osx installer for pygame? > > > > How do you do it? > > Fo

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread Brian Fisher
When running the installer I get this: "You cannot install pygame 1.8.0rc3 on this volume. pygame requires /Applications/Autodesk/maya2008/Maya.app/Contents/Frameworks Python 2.5 to install." The maya part of things is rather unexpected. Also is this supposed to work on the leopard system python?

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread René Dudfield
Ah cool, thanks. That's obviously using the wrong python... (it's using the python installed with maya). This one isn't tested except on my system. So it's not likely to work very well. I'm new to osx installers :) I'll try making one with the python from here... http://python.org/download/

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread René Dudfield
I'm not sure if we'll need a separate download for Leopard or not? Any ideas about that? I could probably provide one built with the system python (2.3 for 10.4). On Jan 24, 2008 4:57 PM, Brian Fisher <[EMAIL PROTECTED]> wrote: > When running the installer I get this: > "You cannot install py

Re: [pygame] help: how to make a mac osx installer?

2008-01-23 Thread René Dudfield
Can you please try this (UNTESTED!!!) file? http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3-py2.5-macosx10.4.mpkg.zip On Jan 24, 2008 4:57 PM, Brian Fisher <[EMAIL PROTECTED]> wrote: > When running the installer I ge

Re: [pygame] When is pygame 1.8 coming out?

2008-01-23 Thread Kamilche
Lenard Lindstrom wrote: Kamilche wrote: Well, ctypes isn't as hard as I had feared. I've got an example running that blits some simple boxes and pictures to the screen. I must admit, getting it going did make use of my knowledge of the C programming language, tho. I couldn't use pygame ctype