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