Re: [Pythonmac-SIG] (re)newbie py2app question

2012-03-07 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] (re)newbie py2app question

2012-03-06 Thread Charles Hartman
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

Re: [Pythonmac-SIG] (re)newbie py2app question

2012-03-06 Thread Chris Barker
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

Re: [Pythonmac-SIG] (re)newbie py2app question

2012-03-05 Thread Ned Deily
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

Re: [Pythonmac-SIG] (re)newbie py2app question

2012-03-04 Thread Charles Hartman
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

Re: [Pythonmac-SIG] (re)newbie py2app question

2012-03-04 Thread Ned Deily
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

[Pythonmac-SIG] (re)newbie py2app question

2012-03-04 Thread Charles Hartman
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