Message72328
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. |
|
Date |
User |
Action |
Args |
2008-09-02 11:06:21 | lemburg | set | recipients:
+ lemburg, ocean-city, jfdp |
2008-09-02 11:06:20 | lemburg | link | issue3719 messages |
2008-09-02 11:06:20 | lemburg | create | |
|