[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: "Brian Fisher" <brian@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 23 Jan 2008 10:06:37 -0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Wed, 23 Jan 2008 13:06:47 -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:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=FfwHknQaEhCfIo2vb8F1fwtMOiVleiCVD7AxtJGZhAQ=; b=qtGZxFdSam237T8bmVmhhkahuYHdvX6xqtChjt7O0g459DGdYpcbxl+8BGYfwcG3g60gQu+496ZD3ccvT+lo52CI3Xb6PLy5RGAliRtb3yt+XogQdiwrUKQMynnC+ZYNJ1xYmhW9oKmKKn514V/C9adCZdQnYWEd2SS0TiLUoG8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jvdi2+qinATqGaUzyStL7iRzrVymf44u2xHPcOB378HUyAbYZEq/7zATCpAS4UzR7jqSj/hTdf/+dFfSGi2j9PSqfGWnwtglQtFGi1b7p9sOVqRDyqL4LMnE69xT0qXdPeRypjRfqs04A2RSub56rKDC3+4hMmfhcDcnZdgNSuA=
- In-reply-to: <4797807F.1090309@xxxxxxxxxxxx>
- References: <4797807F.1090309@xxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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://thorbrian.com/SDLDependenciesUsingMSVCR71.zip
In order to test and develop 1.8 stuff on windows I compile with the
toolkit compiler.
On Jan 23, 2008 9:59 AM, Kamilche <kamilche@xxxxxxxxxxxx> 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
>