Kodi Community Forum

Full Version: python on android locale
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Let me post this again here, maybe someone can fix this

Python on Android cannot access locales, so many scripts fail for trivial things such as formatting the date - strftime, strptime functions for example look for the current locale.
Thus, the python interpreter for android needs to be patched. If you look at this issue on the web you can find it, plus possible solutions.

https://github.com/isislovecruft/android-locale-hack
https://code.google.com/p/python-for-and...etail?id=1
etc.

Please fix this issue so that all our plugins will work again Smile

Thanks.
Any news yet on a fix for this?
shameless bump
This was fixed for my plugin with this https://github.com/xbmc/xbmc/commit/f4f7...78bd7f5404 Thanks a lot.

Martin
(2013-11-12, 14:37)emveepee Wrote: [ -> ]This was fixed for my plugin with this https://github.com/xbmc/xbmc/commit/f4f7...78bd7f5404 Thanks a lot.

Martin

What does it means? We'll have the issue solved for all addons since next alpha?
I appreciate
thx
Well, at least for all addons which failed due to the locale thingy, yes.
it's a great news! :-D