-
Notifications
You must be signed in to change notification settings - Fork 576
Closed
Labels
bugSomething isn't working as it's supposed toSomething isn't working as it's supposed to
Milestone
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 toSomething isn't working as it's supposed to