On 4 Mar, 2012, at 12:18, Charles Hartman wrote:
> I'm just coming back to programming after years, trying to recompile an old
> program that works but needs updating and expansion. I'm now on OS 10.6.8,
> Python 2.7.2, with wxPython (64/32bit).My newly installed py2app is:
> py2app-0.6.4
Ah, thanks. On the wxPython list I had a response from RD which suggested,
puzzlingly, that it might be a 32-bit/64-bit problem. But my Python is
running in 64-bit, and that version of wxPython is advertised as 32/64. So
I'm baffled.
On Tue, Mar 6, 2012 at 5:19 PM, Chris Barker wrote:
> On
On Sun, Mar 4, 2012 at 7:28 PM, Charles Hartman wrote:
> My wxPython ("classic," they call it,
> for no clear reason;
IN case you're curios -- "classic" refers to it being the latest
version of the SWIG-based wrappers that have been around for years --
Robin is now working on an updated wxPython
In article
,
Charles Hartman wrote:
> Thanks. FWIW, I'm not using Xcode at all. I'm aware of the 32/64 change.
> I thought I had addressed it: my Python 2.7 runs in 64-bit mode
> (sys.maxsize == 2 ** 64 yields True). My wxPython ("classic," they call
> it, for no clear reason; filename wxPyt
Dear Ned (the ever-helpfu-and-clear; I've been following the listserv even
over the non-programming years),
Thanks. FWIW, I'm not using Xcode at all. I'm aware of the 32/64 change.
I thought I had addressed it: my Python 2.7 runs in 64-bit mode
(sys.maxsize == 2 ** 64 yields True). My wxPython
In article
,
Charles Hartman wrote:
> I'm just coming back to programming after years, trying to recompile an old
> program that works but needs updating and expansion. I'm now on OS 10.6.8,
> Python 2.7.2, with wxPython (64/32bit).My newly installed py2app
> is: py2app-0.6.4-py2.7.egg. A
I'm just coming back to programming after years, trying to recompile an old
program that works but needs updating and expansion. I'm now on OS 10.6.8,
Python 2.7.2, with wxPython (64/32bit).My newly installed py2app
is: py2app-0.6.4-py2.7.egg. All of these were in earlier versions when I
last