Hi, I've been trying to create a .exe for my code, but have been stuck with an error The file seemingly builds correctly, but on runtime I get the following error-
Traceback (most recent call last): File "ScriptName.py", line 3, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "pandas\__init__.py", line 62, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "pandas\core\api.py", line 9, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "pandas\core\dtypes\dtypes.py", line 47, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "pandas\errors\__init__.py", line 6, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "ctypes\__init__.py", line 8, in <module> ImportError: DLL load failed while importing _ctypes: The specified module could not be found. [10452] Failed to execute script 'ScriptName' due to unhandled exception! Seemingly it's having an issue with Pandas, since if I exclude it from the script it runs correctly. It's especially weird since when not using OneFile, the dist folder does contain the DLL file for pandas... I've tried all the difference fixes I can find online but none seem to be working for me, wondered if anyone on here might be able to help :) Here is the build messages (using PowerShell)- python -m PyInstaller --collect-all dateutil --collect-data pandas --clean --onefile ScriptName.py 201 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 347 INFO: PyInstaller: 6.9.0, contrib hooks: 2024.7 347 INFO: Python: 3.11.7 (conda) 369 INFO: Platform: Windows-10-10.0.19045-SP0 369 INFO: Python environment: C:\Users\36583\venv 369 INFO: wrote C:\Users\36583\venv\ScriptName.spec 379 INFO: Removing temporary files and cleaning cache in C:\Users\36583\AppData\Local\pyinstaller 186 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 2317 INFO: Module search paths (PYTHONPATH): ['C:\\Users\\36583\\venv', 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\python311.zip', 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs', 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\Lib', 'C:\\Users\\36583\\AppData\\Local\\anaconda3', 'C:\\Users\\36583\\venv', 'C:\\Users\\36583\\venv\\Lib\\site-packages', 'C:\\Users\\36583\\venv'] 2640 INFO: Appending 'datas' from .spec 2656 INFO: checking Analysis 2656 INFO: Building Analysis because Analysis-00.toc is non existent 2656 INFO: Running Analysis Analysis-00.toc 2656 INFO: Target bytecode optimization level: 0 2656 INFO: Initializing module dependency graph... 2656 INFO: Caching module graph hooks... 2672 INFO: Analyzing base_library.zip ... 182 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 170 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 176 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 4134 INFO: Loading module hook 'hook-heapq.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 4207 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 185 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 5683 INFO: Loading module hook 'hook-pickle.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 6930 INFO: Caching module dependency graph... 7027 INFO: Looking for Python shared library... 7037 INFO: Using Python shared library: C:\Users\36583\AppData\Local\anaconda3\python311.dll 7037 INFO: Analyzing C:\Users\36583\venv\ScriptName.py 7045 INFO: Loading module hook 'hook-pandas.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 192 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 8518 INFO: Loading module hook 'hook-platform.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 8539 INFO: Loading module hook 'hook-sysconfig.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 8571 INFO: Loading module hook 'hook-numpy.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\numpy\\_pyinstaller'... 9838 INFO: Loading module hook 'hook-difflib.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 10041 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 10112 INFO: Loading module hook 'hook-xml.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 11472 INFO: Loading module hook 'hook-pytz.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 11770 INFO: Loading module hook 'hook-pkg_resources.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 198 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 210 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 14958 INFO: Loading module hook 'hook-pandas.io.formats.style.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 17220 INFO: Loading module hook 'hook-pandas.plotting.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 17690 INFO: Loading module hook 'hook-openpyxl.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 18074 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 19310 INFO: Loading module hook 'hook-sqlite3.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 177 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 19741 INFO: Loading module hook 'hook-pandas.io.clipboard.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 20238 INFO: Processing pre-safe import module hook six.moves from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'. 20499 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 20931 INFO: Analyzing hidden import 'dateutil.tzwin' 20931 INFO: Analyzing hidden import 'dateutil.utils' 20933 INFO: Analyzing hidden import 'dateutil.zoneinfo.rebuild' 20933 INFO: Processing module hooks... 20941 WARNING: Hidden import "jinja2" not found! 20953 INFO: Processing pre-safe import module hook win32com from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'. 21463 INFO: Loading module hook 'hook-packaging.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 21566 INFO: Performing binary vs. data reclassification (724 entries) 21729 INFO: Looking for ctypes DLLs 21792 INFO: Analyzing run-time hooks ... 21800 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py' 21800 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py' 21800 INFO: Processing pre-find module path hook _pyi_rth_utils from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-_pyi_rth_utils.py'. 21800 INFO: Loading module hook 'hook-_pyi_rth_utils.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 21810 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py' 21810 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py' 21842 INFO: Looking for dynamic libraries 22844 INFO: Extra DLL search directories (AddDllDirectory): ['C:\\Users\\36583\\venv\\Lib\\site-packages\\numpy.libs', 'C:\\Users\\36583\\venv\\Lib\\site-packages\\pandas.libs'] 22844 INFO: Extra DLL search directories (PATH): [] 23524 WARNING: Library not found: could not resolve 'liblzma.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_lzma.pyd'. 23525 WARNING: Library not found: could not resolve 'LIBBZ2.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_bz2.pyd'. 23527 WARNING: Library not found: could not resolve 'libcrypto-3-x64.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_hashlib.pyd'. 23527 WARNING: Library not found: could not resolve 'ffi.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_ctypes.pyd'. 23530 WARNING: Library not found: could not resolve 'libssl-3-x64.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_ssl.pyd'. 23531 WARNING: Library not found: could not resolve 'libcrypto-3-x64.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_ssl.pyd'. 23531 WARNING: Library not found: could not resolve 'sqlite3.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_sqlite3.pyd'. 23583 INFO: Warnings written to C:\Users\36583\venv\build\ScriptName\warn-ScriptName.txt 23685 INFO: Graph cross-reference written to C:\Users\36583\venv\build\ScriptName\xref-ScriptName.html 23755 INFO: checking PYZ 23756 INFO: Building PYZ because PYZ-00.toc is non existent 23758 INFO: Building PYZ (ZlibArchive) C:\Users\36583\venv\build\ScriptName\PYZ-00.pyz 24945 INFO: Building PYZ (ZlibArchive) C:\Users\36583\venv\build\ScriptName\PYZ-00.pyz completed successfully. 25009 INFO: checking PKG 25009 INFO: Building PKG because PKG-00.toc is non existent 25009 INFO: Building PKG (CArchive) ScriptName.pkg 32936 INFO: Building PKG (CArchive) ScriptName.pkg completed successfully. 32956 INFO: Bootloader C:\Users\36583\venv\Lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\run.exe 32956 INFO: checking EXE 32956 INFO: Building EXE because EXE-00.toc is non existent 32956 INFO: Building EXE from EXE-00.toc 32956 INFO: Copying bootloader EXE to C:\Users\36583\venv\dist\ScriptName.exe 32975 INFO: Copying icon to EXE 32975 INFO: Copying 0 resources to EXE 32975 INFO: Embedding manifest in EXE 32990 INFO: Appending PKG archive to EXE 33022 INFO: Fixing EXE headers 34221 INFO: Building EXE from EXE-00.toc completed successfully. 201 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 347 INFO: PyInstaller: 6.9.0, contrib hooks: 2024.7 347 INFO: Python: 3.11.7 (conda) 369 INFO: Platform: Windows-10-10.0.19045-SP0 369 INFO: Python environment: C:\Users\36583\venv 369 INFO: wrote C:\Users\36583\venv\ScriptName.spec 379 INFO: Removing temporary files and cleaning cache in C:\Users\36583\AppData\Local\pyinstaller 186 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 2317 INFO: Module search paths (PYTHONPATH): ['C:\\Users\\36583\\venv', 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\python311.zip', 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs', 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\Lib', 'C:\\Users\\36583\\AppData\\Local\\anaconda3', 'C:\\Users\\36583\\venv', 'C:\\Users\\36583\\venv\\Lib\\site-packages', 'C:\\Users\\36583\\venv'] 2640 INFO: Appending 'datas' from .spec 2656 INFO: checking Analysis 2656 INFO: Building Analysis because Analysis-00.toc is non existent 2656 INFO: Running Analysis Analysis-00.toc 2656 INFO: Target bytecode optimization level: 0 2656 INFO: Initializing module dependency graph... 2656 INFO: Caching module graph hooks... 2672 INFO: Analyzing base_library.zip ... 182 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 170 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 176 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 4134 INFO: Loading module hook 'hook-heapq.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 4207 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 185 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 5683 INFO: Loading module hook 'hook-pickle.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 6930 INFO: Caching module dependency graph... 7027 INFO: Looking for Python shared library... 7037 INFO: Using Python shared library: C:\Users\36583\AppData\Local\anaconda3\python311.dll 7037 INFO: Analyzing C:\Users\36583\venv\ScriptName.py 7045 INFO: Loading module hook 'hook-pandas.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 192 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 8518 INFO: Loading module hook 'hook-platform.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 8539 INFO: Loading module hook 'hook-sysconfig.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 8571 INFO: Loading module hook 'hook-numpy.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\numpy\\_pyinstaller'... 9838 INFO: Loading module hook 'hook-difflib.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 10041 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 10112 INFO: Loading module hook 'hook-xml.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 11472 INFO: Loading module hook 'hook-pytz.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 11770 INFO: Loading module hook 'hook-pkg_resources.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 198 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 210 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 14958 INFO: Loading module hook 'hook-pandas.io.formats.style.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 17220 INFO: Loading module hook 'hook-pandas.plotting.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 17690 INFO: Loading module hook 'hook-openpyxl.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 18074 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 19310 INFO: Loading module hook 'hook-sqlite3.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 177 WARNING: Assuming this is not an Anaconda environment or an additional venv/pipenv/... environment manager is being used on top, because the conda-meta folder C:\Users\36583\venv\conda-meta does not exist. 19741 INFO: Loading module hook 'hook-pandas.io.clipboard.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 20238 INFO: Processing pre-safe import module hook six.moves from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'. 20499 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 20931 INFO: Analyzing hidden import 'dateutil.tzwin' 20931 INFO: Analyzing hidden import 'dateutil.utils' 20933 INFO: Analyzing hidden import 'dateutil.zoneinfo.rebuild' 20933 INFO: Processing module hooks... 20941 WARNING: Hidden import "jinja2" not found! 20953 INFO: Processing pre-safe import module hook win32com from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'. 21463 INFO: Loading module hook 'hook-packaging.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 21566 INFO: Performing binary vs. data reclassification (724 entries) 21729 INFO: Looking for ctypes DLLs 21792 INFO: Analyzing run-time hooks ... 21800 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py' 21800 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py' 21800 INFO: Processing pre-find module path hook _pyi_rth_utils from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-_pyi_rth_utils.py'. 21800 INFO: Loading module hook 'hook-_pyi_rth_utils.py' from 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks'... 21810 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py' 21810 INFO: Including run-time hook 'C:\\Users\\36583\\venv\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py' 21842 INFO: Looking for dynamic libraries 22844 INFO: Extra DLL search directories (AddDllDirectory): ['C:\\Users\\36583\\venv\\Lib\\site-packages\\numpy.libs', 'C:\\Users\\36583\\venv\\Lib\\site-packages\\pandas.libs'] 22844 INFO: Extra DLL search directories (PATH): [] 23524 WARNING: Library not found: could not resolve 'liblzma.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_lzma.pyd'. 23525 WARNING: Library not found: could not resolve 'LIBBZ2.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_bz2.pyd'. 23527 WARNING: Library not found: could not resolve 'libcrypto-3-x64.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_hashlib.pyd'. 23527 WARNING: Library not found: could not resolve 'ffi.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_ctypes.pyd'. 23530 WARNING: Library not found: could not resolve 'libssl-3-x64.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_ssl.pyd'. 23531 WARNING: Library not found: could not resolve 'libcrypto-3-x64.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_ssl.pyd'. 23531 WARNING: Library not found: could not resolve 'sqlite3.dll', dependency of 'C:\\Users\\36583\\AppData\\Local\\anaconda3\\DLLs\\_sqlite3.pyd'. 23583 INFO: Warnings written to C:\Users\36583\venv\build\ScriptName\warn-ScriptName.txt 23685 INFO: Graph cross-reference written to C:\Users\36583\venv\build\ScriptName\xref-ScriptName.html 23755 INFO: checking PYZ 23756 INFO: Building PYZ because PYZ-00.toc is non existent 23758 INFO: Building PYZ (ZlibArchive) C:\Users\36583\venv\build\ScriptName\PYZ-00.pyz 24945 INFO: Building PYZ (ZlibArchive) C:\Users\36583\venv\build\ScriptName\PYZ-00.pyz completed successfully. 25009 INFO: checking PKG 25009 INFO: Building PKG because PKG-00.toc is non existent 25009 INFO: Building PKG (CArchive) ScriptName.pkg 32936 INFO: Building PKG (CArchive) ScriptName.pkg completed successfully. 32956 INFO: Bootloader C:\Users\36583\venv\Lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\run.exe 32956 INFO: checking EXE 32956 INFO: Building EXE because EXE-00.toc is non existent 32956 INFO: Building EXE from EXE-00.toc 32956 INFO: Copying bootloader EXE to C:\Users\36583\venv\dist\ScriptName.exe 32975 INFO: Copying icon to EXE 32975 INFO: Copying 0 resources to EXE 32975 INFO: Embedding manifest in EXE 32990 INFO: Appending PKG archive to EXE 33022 INFO: Fixing EXE headers 34221 INFO: Building EXE from EXE-00.toc completed successfully. Thanks for any help anyone might be able to give! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/d4adbb6f-c6a5-445f-b370-4140d2d661ccn%40googlegroups.com.
