Je suis en train de tenter d'initialiser une base de données tryton et j'obtiens :
$ ./trytond-admin -c ../../trytond.conf -v --dev --logconf ../../trytond-logconf.conf -d asperience_tryton_44_20170910 --all
Sun Sep 10 20:56:53 2017] INFO:server:using ../../trytond-logconf.conf as logging configuration file
Sun Sep 10 20:56:53 2017] INFO:trytond.backend.postgresql.database:connect to "asperience_tryton_44_20170910"
Traceback (most recent call last):
File "./trytond-admin", line 21, in <module>
admin.run(options)
File "/mnt/data/workspace-tryton/hg-trytond/trytond/admin.py", line 53, in run
pool.init(update=options.update, lang=list(lang))
File "/mnt/data/workspace-tryton/hg-trytond/trytond/pool.py", line 144, in init
self.start()
File "/mnt/data/workspace-tryton/hg-trytond/trytond/pool.py", line 97, in start
register_classes()
File "/mnt/data/workspace-tryton/hg-trytond/trytond/modules/__init__.py", line 373, in register_classes
mod_file, pathname, description)
File "/mnt/data/workspace-tryton/hg-trytond/trytond/modules/web_user/__init__.py", line 5, in <module>
from .user import *
File "/mnt/data/workspace-tryton/hg-trytond/trytond/modules/web_user/user.py", line 33, in <module>
from trytond.ir.session import token_hex
ImportError: cannot import name token_hex