On 9 Feb, 2010, at 20:02, Aahz wrote:
>
>
>> The CPU architecture can also be deduced from sys.byteorder (if that's
>> "little" your on i386, otherwise you're on ppc).
>
> os.uname() seems to provide much of that info.
It does, and I hadn't expected that.
Ronald
smime.p7s
Description: S/MI
On 10 Feb, 2010, at 18:11, Christopher Barker wrote:
> Barry Scott wrote:
>> I made a mistake and got my PYTHONPATH wrong hence
>> _bemacs cannot be found.
>> I guess that in the face of an import that cannot be found
>> py2app simply ignores it. What would be useful is to have
>> a message sayin
Ronald Oussoren wrote:
On 10 Feb, 2010, at 18:11, Christopher Barker wrote:
I agree -- it really should issue a warning or something.
It does print a warning, but one that's hidden in a lot of noise. Py2app
currently logs everything it does, and that's mostly completely uninteresting.
Are y