Skip to content

Instantly share code, notes, and snippets.

@driscollis
Created May 7, 2020 01:58
Show Gist options
  • Save driscollis/374ec0fa2bdcb9a15f7b6e29a1a0609f to your computer and use it in GitHub Desktop.
Save driscollis/374ec0fa2bdcb9a15f7b6e29a1a0609f to your computer and use it in GitHub Desktop.
177 INFO: PyInstaller: 3.6
178 INFO: Python: 3.8.2
179 INFO: Platform: Windows-10-10.0.10586-SP0
186 INFO: wrote C:\Users\mike\OneDrive\Documents\image_viewer_psg.spec
192 INFO: UPX is not available.
221 INFO: Extending PYTHONPATH with paths
['C:\\Users\\mike\\OneDrive\\Documents', 'C:\\Users\\mike\\OneDrive\\Documents']
225 INFO: checking Analysis
229 INFO: Building Analysis because Analysis-00.toc is non existent
231 INFO: Initializing module dependency graph...
236 INFO: Caching module graph hooks...
254 INFO: Analyzing base_library.zip ...
4553 INFO: Processing pre-find module path hook distutils
4556 INFO: distutils: retargeting to non-venv dir 'c:\\users\\mike\\appdata\\local\\programs\\python\\python38-32\\lib'
9846 INFO: Caching module dependency graph...
10020 INFO: running Analysis Analysis-00.toc
10044 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\users\mike\appdata\local\programs\python\python38-32\python.exe
10141 INFO: Analyzing C:\Users\mike\OneDrive\Documents\image_viewer_psg.py
10935 INFO: Processing pre-find module path hook site
10938 INFO: site: retargeting to fake-dir 'c:\\users\\mike\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\PyInstaller\\fake-modules'
10957 INFO: Processing module hooks...
10960 INFO: Loading module hook "hook-distutils.py"...
10967 INFO: Loading module hook "hook-encodings.py"...
11067 INFO: Loading module hook "hook-lib2to3.py"...
11089 INFO: Loading module hook "hook-pydoc.py"...
11092 INFO: Loading module hook "hook-sysconfig.py"...
11096 INFO: Loading module hook "hook-xml.etree.cElementTree.py"...
11101 INFO: Loading module hook "hook-xml.py"...
11220 INFO: Loading module hook "hook-_tkinter.py"...
11357 INFO: checking Tree
11358 INFO: Building Tree because Tree-00.toc is non existent
11360 INFO: Building Tree Tree-00.toc
11617 INFO: checking Tree
11619 INFO: Building Tree because Tree-01.toc is non existent
11621 INFO: Building Tree Tree-01.toc
11689 INFO: Looking for ctypes DLLs
11739 INFO: Analyzing run-time hooks ...
11745 INFO: Including run-time hook 'pyi_rth__tkinter.py'
11750 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
11765 INFO: Looking for dynamic libraries
12145 INFO: Looking for eggs
12147 INFO: Using Python library c:\users\mike\appdata\local\programs\python\python38-32\python38.dll
12150 INFO: Found binding redirects:
[]
12158 INFO: Warnings written to C:\Users\mike\OneDrive\Documents\build\image_viewer_psg\warn-image_viewer_psg.txt
12244 INFO: Graph cross-reference written to C:\Users\mike\OneDrive\Documents\build\image_viewer_psg\xref-image_viewer_psg.html
12332 INFO: checking PYZ
12338 INFO: Building PYZ because PYZ-00.toc is non existent
12341 INFO: Building PYZ (ZlibArchive) C:\Users\mike\OneDrive\Documents\build\image_viewer_psg\PYZ-00.pyz
13245 INFO: Building PYZ (ZlibArchive) C:\Users\mike\OneDrive\Documents\build\image_viewer_psg\PYZ-00.pyz completed successfully.
13270 INFO: checking PKG
13272 INFO: Building PKG because PKG-00.toc is non existent
13276 INFO: Building PKG (CArchive) PKG-00.pkg
13315 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
13326 INFO: Bootloader c:\users\mike\appdata\local\programs\python\python38-32\lib\site-packages\PyInstaller\bootloader\Windows-32bit\run.exe
13332 INFO: checking EXE
13335 INFO: Building EXE because EXE-00.toc is non existent
13340 INFO: Building EXE from EXE-00.toc
13342 INFO: Appending archive to EXE C:\Users\mike\OneDrive\Documents\build\image_viewer_psg\image_viewer_psg.exe
13460 INFO: Building EXE from EXE-00.toc completed successfully.
13472 INFO: checking COLLECT
13476 INFO: Building COLLECT because COLLECT-00.toc is non existent
13479 INFO: Building COLLECT COLLECT-00.toc
25851 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment