locale -a zeigt
locale zeigt
wenn ich dann sh.py starte
LANG="en_US.UTF8"
LC_ALL="en_US.UTF8"
nun zeigt sh.py nach dem start
Ich verwende "1.3.v1.3_Hotfix_2"
jemand eine Idee ?
Code:
C cs_CZ.utf8 da_DK.utf8 de_DE.utf8 en_US.utf8 es_ES.utf8 POSIX pt_BR.utf8
Code:
LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL=de_DE.UTF-8
Code:
Traceback (most recent call last): File "/volume1/public/smarthome/bin/smarthome.py", line 577, in <module> locale.setlocale(locale.LC_ALL, '') File "/locale.py", line 598, in setlocale locale.Error: unsupported locale setting
LC_ALL="en_US.UTF8"
nun zeigt sh.py nach dem start
Code:
File "/volume1/public/smarthome/lib/env/stat.py", line 5, in <module> if sh.env.system.libs.ephem_version is not None: AttributeError: 'Item' object has no attribute 'system' 2017-10-07 18:54:16 ERROR env_stat Logic: env_stat, File: /volume1/public/smarthome/lib/env/stat.py, Line: 5, Method: <module>, Exception: 'Item' object has no attribute 'system' Traceback (most recent call last): File "/volume1/public/smarthome/lib/scheduler.py", line 382, in _task exec(obj.bytecode) File "/volume1/public/smarthome/lib/env/stat.py", line 5, in <module> if sh.env.system.libs.ephem_version is not None: AttributeError: 'Item' object has no attribute 'system'
jemand eine Idee ?
Kommentar