Category "comtypes"

python logging library init.py returns keyerror and acquireLock() is NoneType

Im absolutely not sure which library is causing this or what is causing this but i really would appreciate some help. Although the error isn't messing up with t

Python docx2pdf AttributeError: Open.SaveAs

I am trying to convert a docx file to pdf using the docx2pdf library, using the following code: from docx2pdf import convert convert("generated.docx") As writ