FYI: I tried rebuilding the Mac binary installer for python 2.7, this time with
portmidi. But it didn't work because I could not figure out how to install
portmidi. I installed cmake and it seemed to do run (though it defaulted to
using the MacOS X 10.5 SDK and include a 64-bit version, neither of which I
wanted). But regardless of whether I ran using cmake's defaults or modified the
settings to match what I needed, make failed horribly due to not being able to
find really fundamental header files. It may be user error, it may be that
their files can't run on 10.4 (which is where I do my builds to assure backward
compatibility of the results), but I give up. I'm afraid the existing Mac
Python 2.7 binary will have to do, without portmidi included. Sorry.
Regards,
-- Russell
On Sep 2, 2011, at 1:13 PM, René Dudfield (by way of "Russell E. Owen"
<[email protected]>) wrote:
> On Thu, Sep 1, 2011 at 9:39 PM, Russell E. Owen
> <[email protected]> wrote:
>
>>
>> By comparison, your standard binary installer for python.org Python 2.6
>> has 7 unit test failures on my 10.4.11 machine. So this is potentially
>> an improvement.
>>
>> The sound stuff is well tested -- lots of people are using it in an app
>> I distribute, on a variety of Macs. Unfortunately my application does
>> not exercise any of the rest of pygame.
>>
>>> If you have a bitbucket username, I can add you so that you can upload
>> files
>>> onto there. We are moving to hosting the files on there, and having the
>>> main website sync from there.
>>
>> I just created a bitbucket login: rowen
>>
>> -- Russell
>>
>>
> Nice one! Was it compiled with portmidi? Maybe that is why the midi
> test
> fails.
>
> I've added your username to bitbucket. So you should be able to upload
> files.
>
> cheers,