Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4605

Re: [Python-de] Datetime frage

Path csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.tota-refugium.de!.POSTED!not-for-mail
From Manfred Gil <manfred-gil@t-online.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Datetime frage
Date Mon, 12 Dec 2016 18:04:33 +0000 (UTC)
Organization TOTA
Lines 45
Message-ID <o2morh$4ad$2@tota-refugium.de> (permalink)
References <o2k666$fir$1@tota-refugium.de> <mailman.9.1481482819.2322.python-de@python.org> <o2k8tc$hms$1@tota-refugium.de> <29632363.IbJKtlFMln@iguape> <mailman.15.1481487029.2322.python-de@python.org>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Trace tota-refugium.de 1481565873 4429 eJwNyMsBADEEBcCWCB7K8Un6L2H3MJcxAWNcYVB79uiKDvLujPG16N/r2AkbKU70oqr0X82VKerrQXq0ZFmu9qEDnmALnCRIKntAsGbP/QO50R2k (12 Dec 2016 18:04:33 GMT)
X-Complaints-To abuse@news.tota-refugium.de
NNTP-Posting-Date Mon, 12 Dec 2016 18:04:33 +0000 (UTC)
User-Agent Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)
X-NNTP-Posting-Host eJwNx0cBwDAMBDBKuXgGjid/CK1+ElJoGasoy8pi8nIgwi8N3MiZJgrwV+JKt90M75zOsa7/mrxL/LCziGxvugbzZWuhEsRa9hzyYcwHf4weVQ==
X-Face ^A]ge!7T,21w7RfS8x"Rz~_A=unigBwmA{c=2<S~dJcB9s@&Iwb+d@2Fg7Rz(PKWHQJ/_>}%r/X yuJL?9.7++L|&'[>\mqMUjGl>d(k]4On[fcds2Cd0tb$,z]qxtZTAs64W1H(}5;!pS]x%Ce.K]oAAU?(J)7{\TQQ/uOi[~co^
Cancel-Lock sha1:gJU5aoAQAYoRhFbysQaSWOpjm0o=
X-User-ID eJwFwYEBwCAIA7CXRKB15wDa/09Ykg7DMJCIVIphbYvC25o+0HyRxuBVY7UwTXnJj9N0R1ZUepffqnf3D2PVFrI=
Xref csiph.com de.comp.lang.python:4605

Show key headers only | View raw


Am Sun, 11 Dec 2016 21:03:58 +0100 schrieb Achim Herwig:

> Am Sonntag, 11. Dezember 2016, 19:20:13 CET schrieb Manfred Gil:
>> 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
> 
> Hast Du mal versucht, "locale -a" auszuführen? Wird dann "de_DE"
> gelistet?
> 
> Siehe auch: http://stackoverflow.com/a/14548156/2302274
> 
> VG, Achim.


Sieht bei mir wie folgt aus:

loacle -a

C
C.UTF-8
de_DE@euro
de_DE.iso885915@euro
de_DE.utf8
POSIX

Gruß Manfred


-- 
Nachdem der Flugsimulator von Microsoft so gut angekommen ist,
wurde beschlossen, einen Betriebsystemsimulator mit
graphischer Oberfläche zu entwickeln...

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Datetime frage Manfred Gil <manfred-gil@t-online.de> - 2016-12-11 18:33 +0000
  Re: [Python-de] Datetime frage "Andreas Jung" <lists@zopyx.com> - 2016-12-11 19:39 +0100
    Re: [Python-de] Datetime frage Manfred Gil <manfred-gil@t-online.de> - 2016-12-11 19:20 +0000
      Re: [Python-de] Datetime frage "Andreas Jung" <lists@zopyx.com> - 2016-12-11 20:29 +0100
        Re: [Python-de] Datetime frage Hans-Georg Joepgen <test@joepgen.com> - 2016-12-11 20:49 +0100
          Re: [Python-de] Datetime frage "Andreas Jung" <lists@zopyx.com> - 2016-12-11 20:56 +0100
      Re: [Python-de] Datetime frage Christopher Arndt <chris@chrisarndt.de> - 2016-12-11 20:53 +0100
      Re: [Python-de] Datetime frage Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2016-12-11 21:03 +0100
        Re: [Python-de] Datetime frage Manfred Gil <manfred-gil@t-online.de> - 2016-12-12 18:01 +0000
          Re: [Python-de] Datetime frage Arnold Krille <arnold@arnoldarts.de> - 2016-12-12 21:04 +0100
      Re: [Python-de] Datetime frage Achim Herwig <python@wodca.de> - 2016-12-11 21:03 +0100
        Re: [Python-de] Datetime frage Manfred Gil <manfred-gil@t-online.de> - 2016-12-12 18:04 +0000
          Re: [Python-de] Datetime frage Achim Herwig <python@wodca.de> - 2016-12-12 20:50 +0100
  Re: [Python-de] Datetime frage Hans-Peter Jansen <hpj@urpla.net> - 2016-12-11 21:01 +0100
    Re: [Python-de] Datetime frage Manfred Gil <manfred-gil@t-online.de> - 2016-12-12 18:07 +0000
      Re: [Python-de] Datetime frage Hans-Peter Jansen <hpj@urpla.net> - 2016-12-12 21:42 +0100
        Re: [Python-de] Datetime frage Manfred Gil <manfred-gil@t-online.de> - 2016-12-13 17:38 +0000
          Re: [Python-de] Datetime frage Hans-Peter Jansen <hpj@urpla.net> - 2016-12-13 20:46 +0100

csiph-web