File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Problems after installation
6767
6868* On Windows, Python error::
6969
70- ImportError: DLL load failed while importing _fitz
70+ ImportError: DLL load failed while importing _extra
7171
7272 This has been occasionally seen if `MSVCP140.dll` is missing, and appears
7373 to be caused by a bug in some versions (2015-2017) of `Microsoft Visual C++
@@ -114,6 +114,14 @@ Problems after installation
114114 This appears to be a problem in Jupyter labs; see:
115115 https://github.com/pymupdf/PyMuPDF/issues/3643#issuecomment-2210588778.
116116
117+ * On Windows, Python error::
118+
119+ ImportError: dynamic module does not define module export function (PyInit__extra)
120+
121+ This was reported 2025-03-26 in https://github.com/pymupdf/PyMuPDF/issues/4405.
122+
123+ The fix appears to be to install the latest `VC_redist.x64.exe`.
124+
117125
118126Notes
119127---------------------------------------------------------
You can’t perform that action at this time.
0 commit comments