Hi, I had try the following update, and rebuild package to test, but issue is still exist:
>
>/usr/lib/python3/dist-packages/trimage/trimage.py contains
>
>`from ThreadPool import ThreadPool` while it should be either:
>
>- `from .ThreadPool import ThreadPool`
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/trimage/trimage.py", line 16, in <module>
from .ThreadPool import ThreadPool
ImportError: attempted relative import with no known parent package
>- or `from trimage.ThreadPool import ThreadPool`
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/trimage/trimage.py", line 16, in <module>
from trimage.ThreadPool import ThreadPool
File "/usr/lib/python3/dist-packages/trimage/trimage.py", line 16, in <module>
from trimage.ThreadPool import ThreadPool
ModuleNotFoundError: No module named 'trimage.ThreadPool'; 'trimage' is not a
package
Regards,
--
肖盛文 xiao sheng wen -- Debian Developer(atzlinux)
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40debian.org
GnuPG Public Key: 0x00186602339240CB
OpenPGP_signature.asc
Description: OpenPGP digital signature
