** Changed in: unoconv (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085639
Title:
unoconv won't launch in 24.04 due to Python 3.12 distutils removal
To mana
Thanks for reporting.
Marking confirmed based on Debian report with same output
** Bug watch added: Debian Bug tracker #1076522
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076522
** Also affects: unoconv (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076522
Impor
A colleague of mine figured out a workaround that would work. Insert the
following line
```python
import setuptools.dist
```
before this line:
```python
from distutils.version import LooseVersion
```
It is also necessary for the `unoconv` package to then take a dependency
on the `python3-setupt