Thank you for looking into this, and please excuse me for not
responding earlier. This is the error I got, which is related to LDAP
as you say:
C:\Users\risto>docker run --link tryton-postgres:postgres -it
tryton/tryton trytond-admin -d tryton --all
Traceback (most recent call last):
File "/usr/local/bin/trytond-admin", line 21, in <module>
admin.run(options)
File "/usr/local/lib/python3.5/dist-packages/trytond/admin.py", line
54, in run
installdeps=options.installdeps)
File "/usr/local/lib/python3.5/dist-packages/trytond/pool.py", line
149, in init
self.start()
File "/usr/local/lib/python3.5/dist-packages/trytond/pool.py", line
102, in start
register_classes()
File "/usr/local/lib/python3.5/dist-packages/trytond/modules/__init__.py",
line 378, in register_classes
mod_file, pathname, description)
File "/usr/lib/python3.5/imp.py", line 244, in load_module
return load_package(name, filename)
File "/usr/lib/python3.5/imp.py", line 216, in load_package
return _load(spec)
File "<frozen importlib._bootstrap>", line 693, in _load
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 673, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/usr/local/lib/python3.5/dist-packages/trytond/modules/ldap_authentication/__init__.py",
line 5, in <module>
from .res import *
File "/usr/local/lib/python3.5/dist-packages/trytond/modules/ldap_authentication/res.py",
line 6, in <module>
import ldap3
File "/usr/local/lib/python3.5/dist-packages/ldap3/__init__.py",
line 138, in <module>
from .core.connection import Connection
File "/usr/local/lib/python3.5/dist-packages/ldap3/core/connection.py",
line 37, in <module>
from ..extend import ExtendedOperationsRoot
File "/usr/local/lib/python3.5/dist-packages/ldap3/extend/__init__.py",
line 45, in <module>
from .standard.whoAmI import WhoAmI
File "/usr/local/lib/python3.5/dist-packages/ldap3/extend/standard/whoAmI.py",
line 27, in <module>
from pyasn1.type.univ import NoValue
ImportError: cannot import name 'NoValue'
> --
> You received this message because you are subscribed to a topic in the Google Groups "tryton" group.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/tryton/20180809113228.008455c2%40monsterix.mbehrle.de.