Product: PDFNetPython3 Library
Product Version: PDFNetPython3==9.1.0
Please give a brief summary of your issue:
Error encountered when trying to build .exe with PDFNetPython3
Please describe your issue and provide steps to reproduce it:
Encountering this error messages when trying to build and open .exe
Traceback (most recent call last):
File "PDFNetPython.py", line 14, in swig_import_helper
File "importlib\__init__.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1101, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError: DLL load failed while importing _PDFNetPython: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "gui.py", line 17, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "dpf_main.py", line 1, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "PDFNetPython3\__init__.py", line 18, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "PDFNetPython.py", line 17, in <module>
File "PDFNetPython.py", line 16, in swig_import_helper
File "importlib\__init__.py", line 127, in import_module
ImportError: DLL load failed while importing _PDFNetPython: The specified module could not be found.
Please provide a link to a minimal sample where the issue is reproducible: