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 ocean-city
Date 2008-09-01.11:42:48
SpamBayes Score 0.0012418646
Marked as misclassified No
Message-id <1220269369.83.0.170599051752.issue3748@psf.upfronthosting.co.za>
In-reply-to
Content
As title, platform.architecture() prints vogus messege.

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

It says "speicied path is not found".
History
Date User Action Args
2008-09-01 11:42:50ocean-citysetrecipients: + ocean-city
2008-09-01 11:42:49ocean-citysetmessageid: <1220269369.83.0.170599051752.issue3748@psf.upfronthosting.co.za>
2008-09-01 11:42:48ocean-citylinkissue3748 messages
2008-09-01 11:42:48ocean-citycreate