Re: [pygame] Pre-release wheels

2018-03-01 Thread René Dudfield
Ok. I think I have it figured out how to do this. "Pre release wheels through pip" https://github.com/pygame/pygame/issues/409 If there's any python packaging experts floating by... Is this how it should be done? cheers,

Re: [pygame] Pre-release wheels

2018-03-01 Thread René Dudfield
Thanks for the report. Anyone else able to reproduce weirdo-mouse coordinates on OSX Sierra/High Sierra? brew upgrade sdl sdl_image sdl_mixer sdl_ttf portmidi python3.6 -m venv anenv . ./anenv/bin/activate pip install https://github.com/pygame/pygame/archive/master.zip wget

[pygame] Pre-release wheels

2018-03-01 Thread Daniel Pope
Last night at the London Python Dojo I was working with a couple of Pygame newbies on a little snow game (https://github.com/lordmauve/snowgame) when we came across this bug on Dario's Mac: https://github.com/pygame/pygame/issues/380 This is an awful bug for beginners. It really looked so much