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 lemburg
Recipients jfdp, lemburg, ocean-city
Date 2008-09-02.11:06:20
SpamBayes Score 0.00019749011
Marked as misclassified No
Message-id <48BD1E2A.3030204@egenix.com>
In-reply-to <1220352959.67.0.00993210055241.issue3719@psf.upfronthosting.co.za>
Content
On 2008-09-02 12:55, Hirokazu Yamamoto wrote:
> Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> added the comment:
> 
> 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?

Well, I'd say that install path is rather unlikely to occur in real
life ;-)

I'm not sure how wide-spread support for the -b option is, so we'd
have to check during the next release cycle.
History
Date User Action Args
2008-09-02 11:06:21lemburgsetrecipients: + lemburg, ocean-city, jfdp
2008-09-02 11:06:20lemburglinkissue3719 messages
2008-09-02 11:06:20lemburgcreate