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 jesterKing
Recipients baikie, ezio.melotti, jesterKing, lemburg, loewis, vstinner
Date 2010-10-13.20:50:27
SpamBayes Score 3.4966684e-05
Marked as misclassified No
Message-id <1287003029.26.0.162346022233.issue9377@psf.upfronthosting.co.za>
In-reply-to
Content
platform.system() fails with UnicodeEncodeError on systems that have their computer name set to a name containing non-ascii characters. The implementation of platform.system() uses at some point socket.gethostname() ( see http://www.pasteall.org/16215 for a stacktrace of such usage)

There are a lot of our Blender users that are not english native-speakers and they set up their machine as they please, against RCFs or not.

This currently breaks some code that use platform.system() to check the system it's run on. The paste from above is from a user who has named his computer Nötkötti.

It would be more than great if this error could be fixed. If another 3.1 release is planned, preferrably for that.
History
Date User Action Args
2010-10-13 20:50:29jesterKingsetrecipients: + jesterKing, lemburg, loewis, vstinner, baikie, ezio.melotti
2010-10-13 20:50:29jesterKingsetmessageid: <1287003029.26.0.162346022233.issue9377@psf.upfronthosting.co.za>
2010-10-13 20:50:27jesterKinglinkissue9377 messages
2010-10-13 20:50:27jesterKingcreate