[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] When is pygame 1.8 coming out?
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] When is pygame 1.8 coming out?
- From: Luke Paireepinart <rabidpoobear@xxxxxxxxx>
- Date: Wed, 23 Jan 2008 12:06:19 -0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Wed, 23 Jan 2008 13:06:32 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=VKFTz1rR14ddDdOEfrwzljtxP3YuTtjFJiLa2G0caQU=; b=hs5e+LG7NLTbZWY0aVyz6lUm8+ZiBC/FoWrjBtqDDbQJsRJ+uRLh9qNZUiFsm5I+6zdKnoJc9MF6DWsGjD5LBuptFavplavaMqxdFrjftcL4AJ4nfZOQ2IWdYjymSrkptx/TRCr4g4HZmhce1g+uX3SLrL7xdAWRPLKuqGxN41k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=aizO8eTsac8Wn6yoChtvR8xF8bMLZPE1AJ1HfwazamPq2zvguJg4VGPpR+D2U66olxiMXRGCPkYfZLIatrEGNfD4CzOo5+d995fGr616lSNsUkHXgfLPqPDat25SccgqHVWvr5lKgZkekF4AB7jNjHstc61pnFMpUoyNahCD648=
- In-reply-to: <4797807F.1090309@xxxxxxxxxxxx>
- References: <4797807F.1090309@xxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
- User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
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
compile my own version.
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?
--Kamilche
A few people have built installers for 1.8 + 2.5. I don't know if any
are still up, but there should be links somewhere in the backlogs of
this mailing list.
Personally, I just use 2.4 for pygame, and I'm starting to learn a bit
more about pyglet, which looks like it might be more in line with the
way I approach problems.