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 motteneder
Recipients motteneder
Date 2008-02-24.10:26:28
SpamBayes Score 0.00039135863
Marked as misclassified No
Message-id <1203848790.48.0.462049623826.issue2173@psf.upfronthosting.co.za>
In-reply-to
Content
Python seems to fail silently when LANG enviroment variable is set to a
bad value. In Mac OS X Leopard it is set too UTF-8 for instance which
does not seem to be valid. Python fails building the modules during make
and the generated python.exe is unable to output anything. Setting the
LANG variable to C or some other valid value fixes the problem. But I
suppose python should fail more verbose in case of a bad locale,or maybe
it should fallback to a standard locale.
History
Date User Action Args
2008-02-24 10:26:30mottenedersetspambayes_score: 0.000391359 -> 0.00039135863
recipients: + motteneder
2008-02-24 10:26:30mottenedersetspambayes_score: 0.000391359 -> 0.000391359
messageid: <1203848790.48.0.462049623826.issue2173@psf.upfronthosting.co.za>
2008-02-24 10:26:29mottenederlinkissue2173 messages
2008-02-24 10:26:28mottenedercreate