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 vstinner
Recipients pitrou, vstinner
Date 2010-04-16.15:00:10
SpamBayes Score 1.5638085e-06
Marked as misclassified No
Message-id <1271430013.19.0.893049474628.issue7605@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that the print is failing because Python uses ASCII encoding for stdout. Attached patch encodes sys.path to ASCII using backslashreplace to avoid the encoding issue.
History
Date User Action Args
2010-04-16 15:00:13vstinnersetrecipients: + vstinner, pitrou
2010-04-16 15:00:13vstinnersetmessageid: <1271430013.19.0.893049474628.issue7605@psf.upfronthosting.co.za>
2010-04-16 15:00:11vstinnerlinkissue7605 messages
2010-04-16 15:00:11vstinnercreate