Skip to content

Failed to set locale #872

@ghost

Description

Hi, while running the latest master branch, I encountered the following error:

ERROR - Failed to set locale to en_US.ISO8859-1

A quick lookup with locale -a showed that my system has many locales, but none matching the required one. Although a bit weird, as the line, causing the error, namely:

pythonlocale.setlocale(pythonlocale.LC_ALL, lang)

is calling only pythonlocale.LC_ALL which eventually is turned into en_US.ISO8859-1 by Python's locale.py. So is it a Python-and-my-system-related bug or somewhat else, like a PyQT issue?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as it's supposed to

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions