Mengapa saya mendapatkan kesalahan berikut saat melakukan ini dengan python: >>> import locale >>> print str( locale.getlocale() ) (None, None) >>> locale.setlocale(locale.LC_ALL, 'de_DE') Traceback (most recent call last): File "<stdin>", line 1, in...
317
Kesalahan lokal python: pengaturan lokal tidak didukung