| Summary: | Not usable: missing default_locale | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | nbr <nbr> |
| Component: | python-module-babel | Assignee: | Grigory Ustinov <grenka> |
| Status: | CLOSED WONTFIX | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | antohami, cas, cow, darktemplar, evg, george, grenka, imz, lav, mithraen, nbr, qa_viy, rider, sem, shaba, sin, slev, vitty, viy |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Нет такого. Python2 EOL. |
from babel import support Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/babel/__init__.py", line 20, in <module> from babel.core import UnknownLocaleError, Locale, default_locale, \ File "/usr/lib/python2.7/site-packages/babel/core.py", line 14, in <module> from babel import localedata File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 20, in <module> from babel._compat import pickle File "/usr/lib/python2.7/site-packages/babel/_compat.py", line 70, in <module> import decimal File "/usr/lib64/python2.7/decimal.py", line 140, in <module> import numbers as _numbers File "numbers.py", line 24, in <module> from babel.core import default_locale, Locale, get_global ImportError: cannot import name default_locale