[Pythonmac-SIG] py2app missing import statement

2010-02-09 Thread Barry Scott
I've just started looking at py2app and I hit a problem with it failing to find an import. With a trivial program like: a.py import _bemacs --- py2app does not include _bemacs. _bemacs is an extension in _bemacs.so. Python can import this and it all works fine. The xref ou

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-09 Thread Aahz
On Tue, Feb 09, 2010, Ronald Oussoren wrote: > On 7 Feb, 2010, at 15:30, Aahz wrote: >> On Sun, Feb 07, 2010, Ronald Oussoren wrote: >>> On 4 Feb, 2010, at 18:59, Aahz wrote: I've already complained that mac_ver() causes a crash with USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_M

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-09 Thread Ronald Oussoren
On 9 Feb, 2010, at 18:21, Christopher Barker wrote: > Ronald Oussoren wrote: >> The CPU architecture can also be deduced from sys.byteorder (if that's >> "little" your on i386, otherwise you're on ppc). > > what about 32 vs 64 bit? Should that be reported by mac_ver() ? Mac_ver currently does

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-09 Thread Christopher Barker
Ronald Oussoren wrote: The CPU architecture can also be deduced from sys.byteorder (if that's "little" your on i386, otherwise you're on ppc). what about 32 vs 64 bit? Should that be reported by mac_ver() ? Anyway, it looks like it would be pretty easy to re-write mac_ver(). -Chris -- Chris

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-09 Thread Ronald Oussoren
On 7 Feb, 2010, at 15:30, Aahz wrote: > On Sun, Feb 07, 2010, Ronald Oussoren wrote: >> On 4 Feb, 2010, at 18:59, Aahz wrote: >>> On Thu, Feb 04, 2010, Christopher Barker wrote: Peter Hanson, on the wxPython list, seems to have identified a bug in the gestalt module, that may be