On 2017-09-10 14:02, Jean-Sébastien Hederer - ASPerience wrote: > Bonjour à tous, > 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 > > > Je suis sur la version 4.4: > hg summary > parent: 5995:423513edc78c > Increase version number > branch: 4.4 > commit: 116 unknown (clean) > update: (current) > > > Je ne vois nulle trace de token_hex dans trytond/ir/session.py
Le module web_user n'est pas de la série 4.4 -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- Vous recevez ce message, car vous êtes abonné au groupe Google Groupes tryton-fr. Cette discussion peut être lue sur le Web à l'adresse https://groups.google.com/d/msgid/tryton-fr/20170910221030.GB3619%40kei.
