Re: [pygame] Pygame 1.8 Public Release?

2006-12-25 Thread Luke Paireepinart
On 12/25/06, Caleb Mahase <[EMAIL PROTECTED]> wrote: When will Pygame 1.8 be available for download? When it's ready. Where can I see a list of improvements that come with 1.8? I'm sure they'll post a changelog in an easy-to-find place when they release the stable version of 1.8 HTH, -Lu

Re: [pygame] Anyone using PyMedia?

2006-12-25 Thread Luke Paireepinart
On 12/25/06, Ken Seehart <[EMAIL PROTECTED]> wrote: I'm trying to use PyMedia. All I need is to process a sequence of video frames as strings in 24 or 32 bit (RGB or RGBX) format. It was pretty easy to do with pygame.movie, but my program needs to run on windows, and pygame.movie doesn't work

[pygame] Re: [Tutor] Game server login encryption

2006-12-25 Thread Adam Bark
Thanks a lot Bob that looks like a plan. Carlos I think the major problem with the SSL sockets is the lack of certificate checking which, I suspect, make it vulnerable to several exploits. Thanks anyway. Adam.

Re: [pygame] rc 3. please test windows installer.

2006-12-25 Thread David Muffley
As with Willem, .png's are still throwing the pygame error with "Unsupported imgae format" .jpg files, are giving a whole new error now though. a=pygame.image.load('left.jpg') Traceback (most recent call last): File "", line 1, in ? a=pygame.image.load('left.jpg') error: Failed loading jpe

[pygame] Anyone using PyMedia?

2006-12-25 Thread Ken Seehart
I'm trying to use PyMedia. All I need is to process a sequence of video frames as strings in 24 or 32 bit (RGB or RGBX) format. It was pretty easy to do with pygame.movie, but my program needs to run on windows, and pygame.movie doesn't work on windows any more. Unfortunately, PyMedia is not

[pygame] PySpaceWar 0.9.3

2006-12-25 Thread Marius Gedminas
Merry Christmas, everyone! Here's my gift to you all: PySpaceWar 0.9.3. Biggest new feature is customizable keyboard controls. Well, you could say it's the only new feature, as a configuration file is pretty much required once you have this kind of customization. Get it at http://mg.pov.lt/pysp

Re: [pygame] rc 3. please test windows installer.

2006-12-25 Thread Brian Fisher
On 12/25/06, Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: AFAIK you ought to switch to numpy (which is maintained). ;-) According to the people behind numeric, users ought to switch to NumPy "as quickly as possible" see the "Older Array Packages" section at the bottom here: http://numpy.scipy.

[pygame] Pygame 1.8 Public Release?

2006-12-25 Thread Caleb Mahase
When will Pygame 1.8 be available for download? Where can I see a list of improvements that come with 1.8?

Re: [pygame] rc 3. please test windows installer.

2006-12-25 Thread Jakub Piotr Cłapa
René Dudfield wrote: You might need Numeric for python2.5 since there doesn't seem to be one released by the maintainers(it seems to be unmaintained... I think). AFAIK you ought to switch to numpy (which is maintained). ;-) -- regards, Jakub Piotr Cłapa

Re: [pygame] rc 3. please test windows installer.

2006-12-25 Thread Willem
René Dudfield wrote: > Hi, > > this one fixes the problem on windows not loading jpg, and png images. > > Hopefully this should be the last rc. > > Cheers, > I'm sorry but it still doesn't work for me. I'm using Python 2.4.3 on Windows XP Home. With the rc3 still get the "Unsupported image for

[pygame] rc 3. please test windows installer.

2006-12-25 Thread René Dudfield
Hi, this one fixes the problem on windows not loading jpg, and png images. Hopefully this should be the last rc. Cheers, The tar ball... http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3.tar.gz The windows executables: http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3.win32-py2.4.exe You might