Python Forum
Error coming - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Error coming (/thread-39956.html)



Error coming - PKT - May-11-2023

Hi,

I am write program on python program & it is running perfectly.

Now i tried to create exe file using pyinstaller.

exe file created but not running.

how to solve this issue.

Here is the output of console.
Error:
Traceback (most recent call last): File "PyInstaller\loader\pyimod03_ctypes.py", line 53, in __init__ File "ctypes\__init__.py", line 376, in __init__ FileNotFoundError: Could not find module 'D:\ABC\dist\freetype.dll' (or one of its dependencies). Try using the full path with constructor syntax. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "freetype\raw.py", line 49, in <module> File "PyInstaller\loader\pyimod03_ctypes.py", line 55, in __init__ pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\ABC\\dist\\freetype.dll'. Most likely this dynlib/dll was not found when the application was frozen. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "cbse_result.py", line 22, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "reportlab\graphics\charts\piecharts.py", line 34, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "reportlab\graphics\charts\textlabels.py", line 20, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "reportlab\graphics\utils.py", line 255, in <module> File "reportlab\graphics\utils.py", line 63, in __makeTextPathsCode__ File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "freetype\__init__.py", line 24, in <module> File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "freetype\raw.py", line 52, in <module> RuntimeError: Freetype library not found



RE: Error coming - Axel_Erfurt - May-11-2023

FileNotFoundError: Could not find module 'D:\ABC\dist\freetype.dll' (or one of its dependencies). Try using the full path with constructor syntax.



the file 'D:\ABC\dist\freetype.dll' does not exist there.