[pygame] dmg files vs .zip files on OSX?

2011-12-28 Thread René Dudfield
Hi, it seemed pip used to mistake all .zip files for being source packages, and got confused by our .mpkg.zip binaries for OSX. That has been patched in pip now, but it might take another 5 or so years before everyone upgrades... So, I need to know if .dmg files for OSX are ok? I seem to recall

[pygame] front page: whats new

2011-12-28 Thread Jake b
I just noticed that 'whats new' says latest is 2009. http://www.pygame.org/whatsnew.shtml Maybe it can read from the code repo changelog? -- Jake

[pygame] Demo Paint Program

2011-12-28 Thread ANKUR AGGARWAL
Created A Paint Demo Using Pygame API. It's in the github pygame-example repo. Check this out https://github.com/ankur0890/ Pygame-Examples-For-Learning/blob/master/paint.py . Got the idea from "Game Programming By Andy Harris" . Applied my own logic over the idea though :) Regards Ankur Aggarwal