### Description of the bug pyinstaller --onefile --windowed demo.py the error log is say:<built-in function get_cdrawings> returned a result with an exception set pyinstaller --onefile demo.py everything is ok why ----windowed cause error?I don't want to build a exe with console! please help me,thanks ### How to reproduce the bug demo.py : if directory: try: cv = Converter(directory_text_exe.get()) cv.convert(directory + '/output.docx') cv.close() except Exception as e: with open('example.txt', 'w') as file: file.write(f"{e}") build cmd: pyinstaller --onefile --windowed demo.py PyMuPDF==1.24.14 fonttools==4.55.0 py3.9 window10 ### pdf2docx version _No response_ ### Operating system _No response_ ### Python version _No response_