Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (wenv35) C:\test_pyi>pyinstaller main.py
- 1419 INFO: PyInstaller: 3.3
- 1419 INFO: Python: 3.6.3
- 1419 INFO: Platform: Windows-7-6.1.7601-SP1
- 1435 INFO: wrote C:\test_pyi\main.spec
- 1435 INFO: UPX is not available.
- 1435 INFO: Extending PYTHONPATH with paths
- ['C:\\test_pyi', 'C:\\test_pyi']
- 1435 INFO: checking Analysis
- 1435 INFO: Building Analysis because out00-Analysis.toc is non existent
- 1435 INFO: Initializing module dependency graph...
- 1450 INFO: Initializing module graph hooks...
- 1528 INFO: Analyzing base_library.zip ...
- 11934 INFO: running Analysis out00-Analysis.toc
- 11965 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of
- final executable
- required by c:\program files (x86)\python36-32\python.exe
- 13930 INFO: Caching module hooks...
- 14024 INFO: Analyzing C:\test_pyi\main.py
- 14024 INFO: Loading module hooks...
- 14024 INFO: Loading module hook "hook-encodings.py"...
- 14211 INFO: Loading module hook "hook-pydoc.py"...
- 14274 INFO: Loading module hook "hook-xml.py"...
- 15069 INFO: Looking for ctypes DLLs
- 15069 INFO: Analyzing run-time hooks ...
- 15069 INFO: Looking for dynamic libraries
- 15366 INFO: Looking for eggs
- 15366 INFO: Using Python library c:\program files (x86)\python36-32\python36.dll
- 15381 INFO: Found binding redirects:
- []
- 15381 INFO: Warnings written to C:\test_pyi\build\main\warnmain.txt
- 15475 INFO: Graph cross-reference written to C:\test_pyi\build\main\xref-main.ht
- ml
- 15600 INFO: checking PYZ
- 15600 INFO: Building PYZ because out00-PYZ.toc is non existent
- 15600 INFO: Building PYZ (ZlibArchive) C:\test_pyi\build\main\out00-PYZ.pyz
- 16676 INFO: Building PYZ (ZlibArchive) C:\test_pyi\build\main\out00-PYZ.pyz comp
- leted successfully.
- 16707 INFO: checking PKG
- 16707 INFO: Building PKG because out00-PKG.toc is non existent
- 16707 INFO: Building PKG (CArchive) out00-PKG.pkg
- 16801 INFO: Building PKG (CArchive) out00-PKG.pkg completed successfully.
- 16801 INFO: Bootloader c:\program files (x86)\python36-32\lib\site-packages\PyIn
- staller\bootloader\Windows-32bit\run.exe
- 16801 INFO: checking EXE
- 16801 INFO: Building EXE because out00-EXE.toc is non existent
- 16801 INFO: Building EXE from out00-EXE.toc
- 16816 INFO: Appending archive to EXE C:\test_pyi\build\main\main.exe
- 16941 INFO: Building EXE from out00-EXE.toc completed successfully.
- 16957 INFO: checking COLLECT
- 16957 INFO: Building COLLECT because out00-COLLECT.toc is non existent
- 16957 INFO: Building COLLECT out00-COLLECT.toc
- 17175 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\python36.dll
- 17175 INFO: Updating resource type 24 name 2 language 1033
- 19016 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\_ssl.pyd
- 19016 INFO: Updating resource type 24 name 2 language 1033
- 19141 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\unicodedata.pyd
- 19141 INFO: Updating resource type 24 name 2 language 1033
- 19266 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\pyexpat.pyd
- 19266 INFO: Updating resource type 24 name 2 language 1033
- 19422 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\_hashlib.pyd
- 19422 INFO: Updating resource type 24 name 2 language 1033
- 19562 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\_bz2.pyd
- 19562 INFO: Updating resource type 24 name 2 language 1033
- 19702 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\_lzma.pyd
- 19702 INFO: Updating resource type 24 name 2 language 1033
- 19796 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\_socket.pyd
- 19812 INFO: Updating resource type 24 name 2 language 1033
- 19890 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
- ler\bincache00_py36_32bit\select.pyd
- 19890 INFO: Updating resource type 24 name 2 language 1033
- 19999 INFO: Building COLLECT out00-COLLECT.toc completed successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement