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
[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
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
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
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
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
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)
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