Am 11.12.2016 um 20:29 schrieb Andreas Jung:
Funktioniert bei mir auf Mac und Linux.
-aj
-- Andreas Jung Hundskapfklinge 33 D-72074 Tübingen Tel. +49 7071 793257 andreas@andreas-jung.com
On 11 Dec 2016, at 20:20, Manfred Gil wrote:
Am Sun, 11 Dec 2016 19:39:55 +0100 schrieb Andreas Jung:
import datetime as dt import locale locale.setlocale(locale.LC_ALL, 'de_DE')
Hallo Andreas
folgende Fehlermeldung:
File "DatumsTest_2.py", line 29, in <module> locale.setlocale(locale.LC_ALL,'de_DE') File "/usr/lib/python3.4/locale.py", line 592, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
IMHO sind die Locale bei mir alle richtig gesetzt.
Debian 8.6
Gruß
Manfred
-- DIE ENTEN SIND SICHER! _______________________________________________ python-de maillist - python-de@python.org https://mail.python.org/mailman/listinfo/python-de
Gleicher Fehler unter Win10/64 mit Python 3.5.2 -- Joe
Vielleicht http://stackoverflow.com/questions/955986/what-is-the-correct-way-to-set-pyt... ? -aj On 11 Dec 2016, at 20:49, Hans-Georg Joepgen wrote:
Gleicher Fehler unter Win10/64 mit Python 3.5.2 -- Joe
_______________________________________________ python-de maillist - python-de@python.org https://mail.python.org/mailman/listinfo/python-de
participants (2)
-
Andreas Jung
-
Hans-Georg Joepgen