[pygame] pip installer

2014-03-20 Thread Paul Vincent Craven
Now that Python 3.4 is out with a built-in pip installer, is there any possible way we can get a distributable package of pygame to work with windows, mac, and Linux? Paul Vincent Craven

Re: [pygame] Python3 version packaged?

2014-03-20 Thread Jason Marshall
Here#39;s an idea: what if we were to remove pyportmidi 0.0.6 from the pygame source and make pygame.midi dependent on stand-alone pyportmidi? Jason PS. I think the most recent version of pyportmidi, 0.0.7, is here: https://bitbucket.org/aalex/pyportmidi/ From: Christopher Night

Re: [pygame] Python3 version packaged?

2014-03-20 Thread diliup gabadamudalige
wouldn't it be a good idea to compile using py2exe or such so that every user has all dependancies? I'm writing a Music software now using pygame midi and the exes so far have worked on all windows machines. On Fri, Mar 21, 2014 at 6:36 AM, Jason Marshall j...@yahoo.com wrote: Here's an idea: