13 Oct
2024
13 Oct
'24
1:37 p.m.
Am 13.10.24 um 00:32 schrieb angel.of.north@gmail.com:
I think that there is a bug in your docx2ctx.py. It works for files which do not have embedded pngs in them. But for files which do: TypeError: unsupported operand type(s) for /: 'str' and 'str'
I forgot a pathlib.Path, it’s fixed now. Apparently I never had embedded images since I changed that code… Hraban