Your message dated Fri, 27 Apr 2018 08:52:43 +0200
with message-id <20180427065242.exxrk4dbikp223gp@Kraftkrust>
and subject line Re: Bug#896245: python3-gleetex: gleetex fails to import
has caused the Debian Bug report #896245,
regarding python3-gleetex: please avoid usage of distutils
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 [email protected]
immediately.)


-- 
896245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896245
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-gleetex
Version: 2.3.1-1
Severity: serious
User: [email protected]
Usertags: python-import

After installing python3-gleetex importing the module gleetex
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/gleetex/__init__.py", line 2, in <module>
    from . import convenience
  File "/usr/lib/python3/dist-packages/gleetex/convenience.py", line 10, in 
<module>
    from . import caching, document, image
  File "/usr/lib/python3/dist-packages/gleetex/image.py", line 4, in <module>
    import distutils.dir_util
ModuleNotFoundError: No module named 'distutils.dir_util'

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut

--- End Message ---
--- Begin Message ---
Hi

Matthias Klose schrieb am 26.04.2018, 10:30 +0200:
[…]
>but please consider forwarding it upstream.
Done, both down- and upstream.

Cheers
Sebastian

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to