|

楼主 |
发表于 2021-1-29 22:43:31
|
显示全部楼层
C:\Windows\system32>pyinstaller -F -w -c D:\桌面文件\simnezi\ximenzi_type.py
72 INFO: PyInstaller: 4.2
73 INFO: Python: 3.7.8
75 INFO: Platform: Windows-10-10.0.18362-SP0
76 INFO: wrote C:\Windows\system32\ximenzi_type.spec
86 INFO: UPX is not available.
88 INFO: Extending PYTHONPATH with paths
['D:\\桌面文件\\simnezi', 'C:\\Windows\\system32']
100 INFO: checking Analysis
109 INFO: Building because D:\桌面文件\simnezi\ximenzi_type.py changed
110 INFO: Initializing module dependency graph...
121 INFO: Caching module graph hooks...
130 WARNING: Several hooks defined for module 'win32ctypes.core'. Please take care they do not conflict.
137 INFO: Analyzing base_library.zip ...
1669 INFO: Processing pre-find module path hook distutils from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
1670 INFO: distutils: retargeting to non-venv dir 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib'
2829 INFO: Caching module dependency graph...
2944 INFO: running Analysis Analysis-00.toc
2947 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\users\xuning\appdata\local\programs\python\python37\python.exe
3262 INFO: Analyzing D:\桌面文件\simnezi\ximenzi_type.py
3437 INFO: Processing module hooks...
3438 INFO: Loading module hook 'hook-difflib.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3439 INFO: Excluding import of doctest from module difflib
3443 INFO: Loading module hook 'hook-distutils.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3443 INFO: Loading module hook 'hook-encodings.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3542 INFO: Loading module hook 'hook-heapq.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3543 INFO: Excluding import of doctest from module heapq
3543 INFO: Loading module hook 'hook-pickle.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3547 INFO: Excluding import of argparse from module pickle
3547 INFO: Loading module hook 'hook-sysconfig.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3548 INFO: Loading module hook 'hook-xml.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3784 INFO: Loading module hook 'hook-_tkinter.py' from 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks'...
3991 INFO: checking Tree
4119 INFO: checking Tree
4285 INFO: checking Tree
4322 INFO: Looking for ctypes DLLs
4322 INFO: Analyzing run-time hooks ...
4325 INFO: Including run-time hook 'c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py'
4332 INFO: Looking for dynamic libraries
4515 INFO: Looking for eggs
4515 INFO: Using Python library c:\users\xuning\appdata\local\programs\python\python37\python37.dll
4515 INFO: Found binding redirects:
[]
4521 INFO: Warnings written to C:\Windows\system32\build\ximenzi_type\warn-ximenzi_type.txt
4554 INFO: Graph cross-reference written to C:\Windows\system32\build\ximenzi_type\xref-ximenzi_type.html
4596 INFO: checking PYZ
4598 INFO: Building because toc changed
4598 INFO: Building PYZ (ZlibArchive) C:\Windows\system32\build\ximenzi_type\PYZ-00.pyz
5110 INFO: Building PYZ (ZlibArchive) C:\Windows\system32\build\ximenzi_type\PYZ-00.pyz completed successfully.
5121 INFO: checking PKG
5129 INFO: Building because toc changed
5130 INFO: Building PKG (CArchive) PKG-00.pkg
7444 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
7470 INFO: Bootloader c:\users\xuning\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run.exe
7470 INFO: checking EXE
7478 INFO: Building because console changed
7479 INFO: Building EXE from EXE-00.toc
7483 INFO: Copying icons from ['c:\\users\\xuning\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico']
7484 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
7484 INFO: Writing RT_ICON 1 resource with 3752 bytes
7484 INFO: Writing RT_ICON 2 resource with 2216 bytes
7485 INFO: Writing RT_ICON 3 resource with 1384 bytes
7485 INFO: Writing RT_ICON 4 resource with 37019 bytes
7485 INFO: Writing RT_ICON 5 resource with 9640 bytes
7486 INFO: Writing RT_ICON 6 resource with 4264 bytes
7486 INFO: Writing RT_ICON 7 resource with 1128 bytes
7490 INFO: Updating manifest in C:\Windows\system32\build\ximenzi_type\run.exe.foo3s6um
7491 INFO: Updating resource type 24 name 1 language 0
7494 INFO: Appending archive to EXE C:\Windows\system32\dist\ximenzi_type.exe
7501 INFO: Building EXE from EXE-00.toc completed successfully. |
|