[Pythonmac-SIG] Building 32-bit on Snow Leopard with tkinter/IDLE (was: Recommended Tcl/Tk with Py-2.6.x)

2010-03-07 Thread Tom Loredo
Quoting Ronald Oussoren : > > If we *deploy* for 10.4 or 10.5 > > while building on Snow Leopard, can we get a 32-bit intel executable > > via a universal ppc/i386 build? > > configure --enable-framework --enable-universalsdk > make > make install > > This builds a framework install that contai

[Pythonmac-SIG] py2app and PyQt4

2010-03-07 Thread Emmanuel Blot
Hi All, I would like to write a setup.py script for py2app, but I keep bumping into an error I don't know how to resolve: How do I specify a dependency on PyQt4 ? * If I do not tell py2app about the dependency, it successfully creates a Mac OS X application package, but fails to run it as it can

Re: [Pythonmac-SIG] Recommended Tcl/Tk with Py-2.6.x? (was: Test failure...)

2010-03-07 Thread Ronald Oussoren
On 4 Mar, 2010, at 18:23, Tom Loredo wrote: > > Ned wrote: > >> The easy way to avoid nearly all the hassle, at the moment, is to stick >> with 32-bit and build Python on 10.5 - not a good long term solution. > > I hesitate to bring this up for 2.6.5 because I know you guys are > swamped, but