Re: [PyQt] Running a PyQt app compiled on OS X 10.6 on 10.5

2011-06-15 Thread Brian Zambrano
That worked perfectlythank you! For the benefit of this thread and as a side note, I needed to downgrade from XCode 4.0 to 3.X to get the 10.5 SDK. Once that was installed passing --deployment-target=10.5 did the trick. BZ On Wed, Jun 15, 2011 at 12:24 AM, Phil Thompson wrote: > > > Have

Re: [PyQt] Running a PyQt app compiled on OS X 10.6 on 10.5

2011-06-15 Thread Phil Thompson
On Tue, 14 Jun 2011 19:48:10 -0700, Brian Zambrano wrote: > I have a PyQt app which I compile into a binary with py2app (latest stable > versions of sip and PyQt [commercial]). I recently upgraded my build > machine from OSX 10.5 to 10.6. The binaries built on my new 10.6 system > won't even sta