Closes https://github.com/gratipay/gratipay.com/issues/4052.
该提问来源于开源项目:gratipay/gratipay.com
Closes https://github.com/gratipay/gratipay.com/issues/4052.
该提问来源于开源项目:gratipay/gratipay.com
I'm seeing a weird result from 65162e2b284b1bfd72949cd1ac01588631aebad1:
https://readthedocs.org/projects/gratipay/builds/4085563/
C
C.UTF-8
POSIX
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from gratipay.version import get_version
File "/home/docs/checkouts/readthedocs.org/user_builds/gratipay/checkouts/latest/gratipay/__init__.py", line 12, in <module>
locale.setlocale(locale.LC_ALL, "en_US.utf8")
File "/home/docs/checkouts/readthedocs.org/user_builds/gratipay/envs/latest/lib/python2.7/locale.py", line 578, in setlocale
0
locale = normalize(_build_localename(locale))
File "/home/docs/checkouts/readthedocs.org/user_builds/gratipay/envs/latest/lib/python2.7/locale.py", line 485, in _build_localename
language, encoding = localetuple
ValueError: too many values to unpack
</module></module>