[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Mac OS X Rosetta (PPC)



Well, first I made an app with py2app. After that you select the app, hit Apple->I, then check the "Run under Rosetta" checkbox.

On Tue, Mar 4, 2008 at 9:06 PM, René Dudfield <renesd@xxxxxxxxx> wrote:
It should work fine with PPC macs.

How do you run it under Rosetta?  I'd like to give it a try here.


On Wed, Mar 5, 2008 at 3:59 PM, Sean Berry <seaneseor@xxxxxxxxx> wrote:
> I just rebuilt my pygame program under Mac OS X, using the Python 2.4
> universal binary, and while it runs fine on my Intel Mac (just like it ran
> fine when I didn't use universal binaries), when I pass it through Rosetta
> to simulate a PPC Mac, it runs very slowly.
>
> Basically, should I blame myself, or is there a known issue with pygame and
> PPC Macs?
>
> Thanks,
> Sean