Replies: 2 comments
-
I was answered here on the same problem Look at this too but not for Delphi |
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
-
pyinstaller "DelphiVCL module not found"
env
windows 11 , python 3.11.5 , anaconda3
command
pyinstaller --clean --noconsole --windowed --onefile --icon reader.ico --paths "D:\anaconda3\envs\env311\Lib\site-packages", --hidden-import "delphivcl" main.py
Traceback (most recent call last): File "main.py", line 7, in <module> File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "delphivcl\__init__.py", line 58, in <module> package = new_import() ^^^^^^^^^^^^ File "delphivcl\__init__.py", line 44, in new_import lib_path = find_extension_module() ^^^^^^^^^^^^^^^^^^^^^^^ File "delphivcl\__init__.py", line 31, in find_extension_module raise ValueError( ValueError: DelphiVCL module not found. Try to reinstall the delphivcl package or check for support compatibility.
how to build py to exe single file ,please recommend
sorry my english poor
Beta Was this translation helpful? Give feedback.
All reactions