Your message dated Sat, 11 Aug 2018 12:23:56 +0200
with message-id <20180811122356.33f0c...@monsterix.mbehrle.de>
and subject line Re: python3-ldap3 fails to import on stretch
has caused the Debian Bug report #905757,
regarding python3-ldap3 fails to import on stretch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
905757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-ldap3
Version: 1.2.2-1

There is a traceback when importing ldap3:

$ python3
Python 3.5.3 (default, Jan 19 2017, 14:11:04) 
[GCC 6.3.0 20170118] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ldap3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  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'


It seems it is related to a too old version 0.1.9 of pyasn1

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Indeed the issue was caused by a side-to-side installation of the PyPi package.

S. https://bugs.tryton.org/issue7611

-- 

    Mathias Behrle
    PGP/GnuPG key availabable from any keyserver, ID: 0xD6D09BE48405BBF6
    AC29 7E5C 46B9 D0B6 1C71  7681 D6D0 9BE4 8405 BBF6

--- End Message ---

Reply via email to