Replies: 1 comment
-
PR #2581 fixes this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've never posted here before, but this time I'm genuinely stuck. I'm using cx_Freeze on a python script that uses pdf2docx. Running the python script normally works fine, but running cx_Freeze's executable gives this error:
I've tried every suggestion chatgpt had, but nothing worked.
From my analysis it seems like cx_Freeze is messing up the order of imports in all the different python files, and ends up tying itself in a knot that it can't get out of... or something.
I've also tried reinstalling pdf2docx, pymupdf, cx_Freeze, and pip.
To be clear, everything works fine when the script is run from python and even with pyinstaller, but this problem happens with cx_Freeze in particular.
Beta Was this translation helpful? Give feedback.
All reactions