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 nelis
Recipients mark.dickinson, nelis
Date 2008-12-08.15:31:26
SpamBayes Score 0.0010181166
Marked as misclassified No
Message-id <1228750289.87.0.00472763812187.issue4585@psf.upfronthosting.co.za>
In-reply-to
Content
You asked how my locale looked, I've got:

10-92-86-47:Python-3.0 nelis$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=

So I the LC_CTYPE is indeed UTF-8. I can also confirm that I can make if
I first run `export LC_CTYPE="nl_BE.UTF-8"' (the setting a friend of
mine has). I still get the following error, but I think it is unrelated
and I can ignore it and go on:

Failed to find the necessary bits to build these modules:
_gdbm              ossaudiodev        readline        
spwd

Afterwards I have been playing around with internationalization a bit,
trying to change the LC_CTYPE. Changing it to "United States
(Computer)", or to "Belgium (Dutch)" changed the other locale settings
to nl_be.UTF-8 but not the LC_CTYPE. The problem might be in OSX, but it
is still strange that this makes building in python impossible.
History
Date User Action Args
2008-12-08 15:31:30nelissetrecipients: + nelis, mark.dickinson
2008-12-08 15:31:29nelissetmessageid: <1228750289.87.0.00472763812187.issue4585@psf.upfronthosting.co.za>
2008-12-08 15:31:28nelislinkissue4585 messages
2008-12-08 15:31:27neliscreate