Re: [Pythonmac-SIG] bdist_mpkg issues

2010-09-16 Thread Russell E. Owen
In article , Ned Deily wrote: > In article , > "Russell E. Owen" wrote: > > I'm having some surprising issues with bdist_mpkg and I wondered if > > anyone had advice. > > > > Problem building a PIL 1.1.7 binary installer for Mac OS X 10.3.9 and > > later: > > * The PIL binary for Python 2.6

Re: [Pythonmac-SIG] bdist_mpkg issues

2010-09-16 Thread Christopher Barker
Russell E. Owen wrote: At your suggestion I built new universal unix libraries using MACOSX_DEPLOYMENT_TARGET=10.3. As always, I deleted the dylibs so only the static libraries remained (so they would be included in the final binary) and I verified that the libraries contained both ppc and inte

Re: [Pythonmac-SIG] bdist_mpkg issues

2010-09-16 Thread Christopher Barker
Russell Owen wrote: I'll expect our observatory to send me a 10.4 Mac in a few weeks. I plan to build the packages on that -- both to assure that the packages will run on 10.4 and as a way of testing my released application. I'm sure the gcc will be rather outdated, but I hope it will be toler