Re: [Pythonmac-SIG] Recommended Tcl/Tk with Py-2.6.x?

2010-03-04 Thread Tom Loredo
Ned wrote: > Ronald has suggested modifying Tkinter and the installer build > to allow one Python instance to dynamically link with either 8.4 or 8.5, > depending on what is available but I don't think anyone has found time > to work on that. Contributions welcome! I looked in Apple's Tcl an

[Pythonmac-SIG] Build hell resolved: 10.4/10.5/10.6

2010-03-04 Thread Aahz
[cross-posted to both pythonmac-sig and pyobjc-dev for max audience, Reply-To set to pyobjc-dev for discussion] I finally figured out how to build my app: Turns out that in order to use PyObjC 2.2 you need py2app 0.4.3 -- but PyObjC 1.4 needs py2app 0.3.6. (PyObjC 1.4 is for the main app running

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

2010-03-04 Thread Tom Loredo
Chris wrote: > > In the past I've also used wxpython for matplotlib, but the wxpython > > situation with Snow Leopard seems even more confusing than the tkinter > > situation! > > How so? Difficult, maybe, but it shouldn't be confusing: > > wxPython is 32 bit, you need to use it with 32 bit Pyt

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

2010-03-04 Thread Tom Loredo
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... Can you clarify how those of us on Snow Leopard can bu

Re: [Pythonmac-SIG] py2app pytz error

2010-03-04 Thread Ronald Oussoren
On 19 Feb, 2010, at 18:43, robin...@cmrr.umn.edu wrote: > > I'm trying to create a mac .app on an ubuntu-based system. I've got the > pytz module and am using py2app4.3, setuptools-0.6c11, and python 2.5.2. That's not a supported configuration. Py2app must be run on an OSX machine. It is in

Re: [Pythonmac-SIG] Problems installing Python-2.7a3 on 10.6.2

2010-03-04 Thread Ronald Oussoren
On 22 Feb, 2010, at 4:40, Tom Loredo wrote: > > Hi folks- > > I've tried installing an intel framework universal build of > Py-2.7a3 on Snow Leopard 10.6.2 (i.e., i386 + x86_64). I > used this configure: > > ./configure --prefix=/usr/local/tmp --enable-framework > --with-framework-name=Pyth

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

2010-03-04 Thread Ronald Oussoren
On 3 Mar, 2010, at 11:33, Ned Deily wrote: > In article <1267598651.4b8e053b51...@astrosun2.astro.cornell.edu>, > Tom Loredo wrote: >> Sorting out the Tcl/Tk situation with Python-2.6.4 is coming >> up quickly on my MacPy to-do list (I'm just setting up a new machine, >> as you may have guessed)

Re: [Pythonmac-SIG] CoreGraphics deprecations

2010-03-04 Thread Ronald Oussoren
On 4 Mar, 2010, at 7:04, Preston Holmes wrote: > pdf = CGPDFDocumentCreateWithProvider(CGDataProviderCreateWithFilename(aFile)) > pdf.getTrimBox(pageNumber).getWidth() > > I get warning output like: > > Wed Mar 3 21:48:07 element.sd.cox.net Python[24469] : The function > `CGPDFDocumentGetTrim