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 ezio.melotti, lemburg, loewis, ncoghlan, rsc1975, serhiy.storchaka, vstinner
Date 2015-08-31.11:38:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441021123.43.0.908545311776.issue24968@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a bug on Python, but a bug on your system.

> New submission from Roberto Sánchez:
>     [rob@fedora22 ~]$ locale
>     locale: Cannot set LC_CTYPE to default locale: No such file or directory

This message means that the chosen locale doesn't exist.

>     LANG=es_ES.UTF-8
...
>     [rob@fedora22 ~]$ localectl list-locales
> ....
>     en_US.utf8       <-- This is the default one

LANG must be en_US.utf8.
History
Date User Action Args
2015-08-31 11:38:43vstinnersetrecipients: + vstinner, lemburg, loewis, ncoghlan, ezio.melotti, serhiy.storchaka, rsc1975
2015-08-31 11:38:43vstinnersetmessageid: <1441021123.43.0.908545311776.issue24968@psf.upfronthosting.co.za>
2015-08-31 11:38:43vstinnerlinkissue24968 messages
2015-08-31 11:38:43vstinnercreate