cloudmatrix / esky

an auto-update framework for frozen python apps
BSD 3-Clause "New" or "Revised" License
362 stars 74 forks source link

locale.getdefaultlocale() returns None #151

Closed BoboTiG closed 6 years ago

BoboTiG commented 7 years ago

Hello,

Does Esky change something with the locale.getdefaultlocale() behavior? I tried on several different OS and I got good results. But from within an Esky built on macOS, I get (None, None). The same script outside Esky gives me ('fr_FR', 'UTF-8').

Do you have an idea what is going on here?

Thank you.

PS: setting the system locale does not change anything:

locale.setlocale(locale.LC_ALL, '')
rfk commented 6 years ago

Thanks for reaching out. Unfortunately this project is no longer actively maintained, so I'm going to move it into archive mode:

https://rfk.id.au/blog/entry/archiving-open-source-projects/