ilya@ilya-laptop:~/Projects/online-translator$ quickly package
.............
----------------------------------
Command returned some ERRORS:
----------------------------------
ERROR: Python module urllib.request not found
ERROR: Python module urllib.parse not found
----------------------------------
Do you want to continue (this is not safe!)? y/[n]: y
Ubuntu packaging created in debian/
............................................................
----------------------------------
Command returned some ERRORS:
----------------------------------
ERROR: Python module urllib.request not found
ERROR: Python module urllib.parse not found
ERROR: xgettext failed to generate PO tempalte file because the following
file contains strings marked for translation, not encoded in UTF-8.
Please ensure all strings marked for translation are UTF-8 encoded.
./../yandex_translate/__init__.py:104
----------------------------------
Произошла ошибка во время сборки пакета.
ОШИБКА: Не удалось выполнить команду package
Прервано
Если я правильно понимаю, ругается на отсутствие устаревшего urllib, который добавлен для совместимости через try. Как же тогда поступать в этих ситуациях?
А про UTF-8 то странно, эта строчка вообще закомментирована... Удалить ее совсем что ли?