Re: [pygame] App Store

2009-05-14 Thread Cary Harper
Hi, We are based on Debian - Lenny, the ARM EL architecture for the device specific opportunity. For the general site it sounds like we will need to be able to provide dependencies as needed for all OS types. For Debian - Lenny - ARM EL we know the SDL has been optimized as has the

[pygame] 2nd Pyggy Awards Open

2009-05-14 Thread Greg Ewing
The Second Pyggy Awards is now open for entries. http://pyggy.pyweek.org/1008/ Judging will be held in the first two weeks of August 2009. Once again, the event is open to games from any previous PyWeek competition. You may also submit a game that you were intending to enter in PyWeek 8 but

Re: [pygame] pygame.Joystick Broken in 1.8.1?

2009-05-14 Thread pymike
pymike: are you around sometime to help me debug? Otherwise I'll need to pick up a joystick again (I gave away all of mine when I moved stupidly). Yup, I can debug. :) Here's the ubuntu bugs page for SDL... I suggest submitting a bug report there (if you have already, please send me the bug

Re: [pygame] pygame.Joystick Broken in 1.8.1?

2009-05-14 Thread René Dudfield
hi, you can see where pygame is installed with: import pygame pygame.__file__ '/usr/local/lib/python2.6/dist-packages/pygame/__init__.pyc' pygame.version.ver '1.9.0pre' You'll probably want to remove the whole pygame directory. Then install again. cheers, On Fri, May 15, 2009 at

Re: [pygame] pygame.Joystick Broken in 1.8.1?

2009-05-14 Thread René Dudfield
cool thanks. Let's see what the joystick module printf's out... then go from there. cu, On Fri, May 15, 2009 at 1:30 AM, pymike pymik...@gmail.com wrote: pymike: are you around sometime to help me debug? Otherwise I'll need to pick up a joystick again (I gave away all of mine when I

Re: [pygame] 2nd Pyggy Awards Open

2009-05-14 Thread claudio canepa
On Thu, May 14, 2009 at 7:00 AM, Greg Ewing greg.ew...@canterbury.ac.nzwrote: The Second Pyggy Awards is now open for entries. http://pyggy.pyweek.org/1008/ Greg Great !!

Re: [pygame] pygame.Joystick Broken in 1.8.1?

2009-05-14 Thread pymike
On Thu, May 14, 2009 at 3:48 PM, René Dudfield ren...@gmail.com wrote: hi, you can see where pygame is installed with: import pygame pygame.__file__ '/usr/local/lib/python2.6/dist-packages/pygame/__init__.pyc' pygame.version.ver '1.9.0pre' You'll probably want to remove the whole

Re: [pygame] pygame.Joystick Broken in 1.8.1?

2009-05-14 Thread pymike
Here's the feedback: joy.get_numhats() SDL_JoystickNumHats value:0: 0 joy.get_numaxes() 6 joy.get_numballs() 0 Anything else I should check? It reads button presses, but won't recognize sticks or hats. -- - pymike

Re: [pygame] App Store

2009-05-14 Thread Yanom Mobis
If a core package manager was made, those types of features could be added in later versions --- On Wed, 5/13/09, Jordan Applewhite jordan.applewh...@gmail.com wrote: From: Jordan Applewhite jordan.applewh...@gmail.com Subject: Re: [pygame] App Store To: pygame-users@seul.org Date: Wednesday,

Re: [pygame] pygame.Joystick Broken in 1.8.1?

2009-05-14 Thread René Dudfield
hi, definitely looks like a SDL/ubuntu issue... Could be good to add some printf's into the SDL source to see where the problem is. Do you know how to compile custom source debs? I'm on Jaunty... so not sure how to make debs for intrepid. Or do you know how to install SDL from source? cu,

Re: [pygame] SDL_ffmpeg vs ffmpeg

2009-05-14 Thread Lenard Lindstrom
Hi again, A follow up. I finally built ffplay for Windows. It played the sample Motion-JPEG file. So this confirms that stock ffmpeg recognizes the format. It also means Motion-JPEG will be supported in the new movie module. Lenard Lenard Lindstrom wrote: Well I fed black_duck.mov to my