[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 need Numeric for python2.5 since there doesn't seem to be
one released by the maintainers(it seems to be unmaintained... I
think).

http://rene.f0o.com/~rene/stuff/Numeric-24.2.win32-py2.5.exe
http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3.win32-py2.5.exe


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 format
error. But when I revert to the 1.7.1 it works again. I tried deleting
pygame folder on sites-packages and reinstalling but no luck.

Could it be a dependency problem?  What possible check could i do to
know why it's failing?

Thanks for the hard work and merry christmas!

--willem







[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 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.org/


[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/pyspacewar/

Testing, feedback of any kind, or return gifts (such as pretty artwork
or sound effects) would be appreciated.

Cheers!
Marius Gedminas
-- 
You can't have megalomania.  *I* have megalomania.
-- Joe Bednorz


signature.asc
Description: Digital signature


[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 nearly as easy as pygame.movie to use.  
Has anyone had any luck with it?


- Ken




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 pyshell#5, line 1, in ?
   a=pygame.image.load('left.jpg')
error: Failed loading jpeg.dll: The specified module could not be found.

This was after an uninstall of 1.7.1 and an install of 1.8rc3.  (At the end
of the error line, '\r' character is drawn, being just a square, maybe an
IDLE problem, maybe an error with the error message)

Saving .png's and .jpg's no longer throws an error, and does save the image
(didn't check image alpha values, just the image being saved).

Appreciate the hard work over this holiday time!

David 

On 12/25/06, Willem [EMAIL PROTECTED] wrote:


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 format
error. But when I revert to the 1.7.1 it works again. I tried deleting
pygame folder on sites-packages and reinstalling but no luck.

Could it be a dependency problem?  What possible check could i do to
know why it's failing?

Thanks for the hard work and merry christmas!

--willem





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,
-Luke