On 22 Jul, 2011, at 6:10, Aahz wrote: > On Thu, Jul 21, 2011, Ned Deily wrote: >> >> Although it's not practical to build packages with C extension modules >> on 10.7 for the traditional 32-bit-only python.org Pythons (as explained >> above), it is possible to build such packages with the same Python >> installed on a 10.6, 10.5, or even 10.4 system, create a Distutils bdist >> or setuptools/Distribute bdist-egg and then install the binary >> distribution on the 10.7 system. I would avoid going down that path if >> possible, unless it is needed as a temporary transition phase. > > Why? Isn't that the only way to get a multi-platform build?
It is the only way to get a build that works with PPC systems, with some care you can binaries on 10.7 that work just fine earlier releases. To create binaries that work on 10.5 (or even 10.4) you'll need a new python install though, the Intel-only installer on python.org only supports 10.6 or later due to the Tkinter dependency. The hardest part w.r.t. binaries that run on earlier versions is that C software that uses a configure script might detect features on your build system that aren't available on earlier releases. Ronald > Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ > > "If you don't know what your program is supposed to do, you'd better not > start writing it." --Dijkstra > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG