[pygame] status report

2009-07-09 Thread jug
Hello, Time marches on, so some words about the current state of affairs. First, I've to say that Orcun unfortunately is not any longer in our team. Then, a slightly more delightful point, we are near at the finish! Only some minor points and improvements are left, then we can start a final

[pygame] [BUG] midi unit test for Pygame rev 2500, Python 2.6.2, Windows XP

2009-07-09 Thread Lenard Lindstrom
Hi, The Python 1.9.0 rc 3 unit tests fail with the following midi related bug: == ERROR: MidiTest.test_get_device_info -- Traceback (most recent call last):

[pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread Lenard Lindstrom
Hi everyone, Here is the latest Pygame 1.9.0 (rev 2500) for Python 2.6 on Windows. Though the machine this was compiled on has a firewall and active antivirus program, it uses XP and is not mine, so take whatever precautions you feel necessary. The msi installer is:

Re: [pygame] Incrementing the frequency of the Pygame.mixer with a Loop?

2009-07-09 Thread Brian Gryder
Thanks for the reply Lenard, I tried your suggestion and the pitch is still not changing as the frequency increments with the loop. This is a strange issue. if I manually change the value if frequency before I run it, the sound changes. it is as if the pygame.mixer's parameters are Stuckand

Re: [pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread René Dudfield
Hello, awesome. I'll put it up with the other rc3 stuff. typo with the link: http://www3.telus.net/len_l/pygame/pygame-1.9.0b03.win32-py2.6.msi cheers! On Fri, Jul 10, 2009 at 8:15 AM, Lenard Lindstrom le...@telus.net wrote: Hi everyone, Here is the latest Pygame 1.9.0 (rev 2500) for

Re: [pygame] Incrementing the frequency of the Pygame.mixer with a Loop?

2009-07-09 Thread Lenard Lindstrom
Hi, You have pygame.quit instead of pygame.quit() . Lenard Brian Gryder wrote: Thanks for the reply Lenard, I tried your suggestion and the pitch is still not changing as the frequency increments with the loop. This is a strange issue. if I manually change the value if frequency before I

[pygame] ANNOUNCE: pygame1.9.0rc3 - almost last release candidate!

2009-07-09 Thread René Dudfield
*___** _ _ __ ___ _ _ || \ \\ // \ //\ ||\/| /|\ || | \\ /|| // \|| \ / | || |--/ \\_/ ||==//\ || \/ | ||| **|**| || |||| // \ || |

Re: [pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread claudio canepa
On Thu, Jul 9, 2009 at 8:55 PM, René Dudfield ren...@gmail.com wrote: Hello, awesome. I'll put it up with the other rc3 stuff. typo with the link: http://www3.telus.net/len_l/pygame/pygame-1.9.0b03.win32-py2.6.msi cheers! On Fri, Jul 10, 2009 at 8:15 AM, Lenard Lindstrom

Re: [pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread René Dudfield
On Fri, Jul 10, 2009 at 12:06 PM, claudio canepa ccanep...@gmail.comwrote: On Thu, Jul 9, 2009 at 8:55 PM, René Dudfield ren...@gmail.com wrote: Hello, awesome. I'll put it up with the other rc3 stuff. typo with the link:

Re: [pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread claudio canepa
On Thu, Jul 9, 2009 at 11:48 PM, René Dudfield ren...@gmail.com wrote: ... Maybe we should use: python -m pygame.tests.main python -m pygame.examples.main A bit uglier, but it will at least work! cheers, just FYI: D:\tmpc:\python26\python.exe -m pygame.tests.main

Re: [pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread Lenard Lindstrom
René Dudfield wrote: On Fri, Jul 10, 2009 at 12:06 PM, claudio canepa ccanep...@gmail.com mailto:ccanep...@gmail.com wrote: On Thu, Jul 9, 2009 at 8:55 PM, René Dudfield ren...@gmail.com mailto:ren...@gmail.com wrote: Hello, awesome. I'll put it up with the

Re: [pygame] Pygame 1.9.0 release candidate 3 for Python 2.6 on Windows

2009-07-09 Thread René Dudfield
On Fri, Jul 10, 2009 at 2:25 PM, Lenard Lindstrom le...@telus.net wrote: Hi, python -m pygame.tests.__main__ python -m pygame.docs.__main__ There would be no reason to run pygame.examples, right? Yeah, maybe __main__ is good. Perhaps pygame.tests should have a __main__ function too?