[pygame] fix homebrew install instructions link on pygame.org

2011-12-12 Thread Florian Berger
Hi! On http://pygame.org/download.shtml, under Macintosh, there is a link to homebrew install instructions pointing to https://bitbucket.org/pygame/pygame/issue/82/homebrew-on-leopard-fails-to-install#comment-627494 This should now point to the updated instructions at

Re: [pygame] spammity spam on /wiki/patchesandbugs

2011-12-12 Thread Sean Wolfe
More pages done, and one more ordinal error: MIGRATED http://www.pygame.org/wiki/distributing http://www.pygame.org/wiki/FrequentlyAskedQuestions http://www.pygame.org/wiki/Glossary http://www.pygame.org/wiki/gsoc2009ideas http://www.pygame.org/wiki/gui http://www.pygame.org/wiki/gsoc2011ideas

Re: [pygame] spammity spam on /wiki/patchesandbugs

2011-12-12 Thread Sean Wolfe
More! No errors this time. COMPLETED http://www.pygame.org/wiki/ShadowEffects http://www.pygame.org/wiki/SimpleFontManager http://www.pygame.org/wiki/SimpleOpenGL2dClasses http://www.pygame.org/wiki/SmallerRectForSpriteCollision http://www.pygame.org/wiki/SmoothInterpolator

Re: [pygame] setting + modifying a variable for use across the entire application

2011-12-12 Thread Russell Jones
I'm not sure that works as you expect, though perhaps I've misunderstood what you're doing. Have a look at this and see what you think. Note file2.x stays as 1, but config.mutated changes to 2 c.m reset file1 1 1 c.m incd file3 1 f1 2 f2 2 f3 2 #__main__ import file1 as a import file2

Re: [pygame] Help with pygame

2011-12-12 Thread Zack Baker
Just because I keep switching it around and trying different images with different extensions. I get the same error with all though -Zack On Dec 12, 2011, at 4:40 PM, Christopher Night cosmologi...@gmail.com wrote: Okay obvious question why is your code trying to load a file called

Re: [pygame] Help with pygame

2011-12-12 Thread Christopher Night
Can you please post images.BMP? You know, the image file you actually tried to load? I think it's possible your pygame was installed without support for file types other than uncompressed BMP. Try putting this in the python interpreter and tell us what you get. (Copy and paste the output exactly

Re: [pygame] Help with pygame

2011-12-12 Thread Ian Mallett
On Mon, Dec 12, 2011 at 4:06 PM, Christopher Night cosmologi...@gmail.comwrote: Can you please post images.BMP? You know, the image file you actually tried to load? I think it's possible your pygame was installed without support for file types other than uncompressed BMP. Try putting this in