On 2018-05-21 07:06, remy dev wrote:
> Mon fichier trytond.conf :
>
> [database]
> uri = sqlite:///home/trytonsys/tryton_db.sqlite
> #path: folder path to where your sqlite file is stored
> path = /home/trytonsys/
> listen =
0.0.0.0:8001 #accès a distance pour application lourd
> [web]
> root = /home/trytonsys/sao
> hostname = trytonMachine
> listen =
0.0.0.0:8000
>
>
> Lancement de tryton :
>
> (tryton) root@tryton-debian:~# trytond -c /home/trytonsys/trytond.conf
> Traceback (most recent call last):
> File "/usr/local/bin/trytond", line 21, in <module>
> config.update_etc(options.configfile)
> File "/usr/local/lib/python3.5/dist-packages/trytond/config.py", line 84,
> in update_etc
> read_files = self.read(configfile)
> File "/usr/lib/python3.5/configparser.py", line 696, in read
> self._read(fp, filename)
> File "/usr/lib/python3.5/configparser.py", line 1012, in _read
> for lineno, line in enumerate(fp, start=1):
> File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 164:
> ordinal not in range(128)