This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients jfdp, lemburg, ocean-city
Date 2008-09-02.10:55:58
SpamBayes Score 0.009275173
Marked as misclassified No
Message-id <1220352959.67.0.00993210055241.issue3719@psf.upfronthosting.co.za>
In-reply-to
Content
Well, if python was installed into directory named
"foo ELF boo", python will say wrong architecture.

>>> import platform
>>> platform.architecture()
('32bit', 'ELF')

Is it not good to use "file -b" option?
History
Date User Action Args
2008-09-02 10:55:59ocean-citysetrecipients: + ocean-city, lemburg, jfdp
2008-09-02 10:55:59ocean-citysetmessageid: <1220352959.67.0.00993210055241.issue3719@psf.upfronthosting.co.za>
2008-09-02 10:55:59ocean-citylinkissue3719 messages
2008-09-02 10:55:59ocean-citycreate