Re: [Pythonmac-SIG] Official 'right way' to create a universal build of Python?

2009-04-14 Thread Mark Dickinson
Thank you, Skip and Ronald. Together with Ned's information from the python-dev thread, I managed to build a non-framework universal build on Intel, transfer a tarball to PPC and get it to run the testsuite. For future reference, the steps that worked were: export MACOSX_DEPLOYMENT_TARGET=10.3 .

[Pythonmac-SIG] Official 'right way' to create a universal build of Python?

2009-04-14 Thread Mark Dickinson
This question has probably been asked and answered before, but I've failed to find anything in the archives. What's the 'correct' way to create a universal build of Python? Specifically, I have two machines: (1) a Macbook Pro (Core 2 Duo) running OS X 10.5, and (2) an iBook G4 running OS X 10.4.