[New-bugs-announce] [issue3748] [py3k] platform.architecture() prints vogus messege on windows

Hirokazu Yamamoto report at bugs.python.org
Mon Sep 1 13:42:49 CEST 2008


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

As title, platform.architecture() prints vogus messege.

>>> import platform
>>> platform.architecture()
指定されたパスが見つかりません。
('32bit', 'WindowsPE')

It says "speicied path is not found".

----------
components: Library (Lib)
messages: 72227
nosy: ocean-city
severity: normal
status: open
title: [py3k] platform.architecture() prints vogus messege on windows
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3748>
_______________________________________


More information about the New-bugs-announce mailing list