2020-10-08pyinstaller打包python脚本到exe文件 python2.7

 python2.7安装pyinstaller 

当前4.0版本只支持python3.5-3.7不支持2.7了

前一个版本3.6支持python2.7 

pip install pyinstller==3.6

C:\Users\netmanager\Desktop>pip install pyinstaller
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyinstaller
  Using cached https://files.pythonhosted.org/packages/82/96/21ba3619647bac2b34b4996b2dbbea8e74a703767ce24192899d9153c058/pyinstaller-4.0.tar.gz
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\python27\python.exe' 'c:\python27\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel 'c:\users\netman~1\appdata\local\temp\tmpsfvrme'
       cwd: c:\users\netman~1\appdata\local\temp\pip-install-nk_9zd\pyinstaller
  Complete output (19 lines):
  Traceback (most recent call last):
    File "c:\python27\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 207, in <module>
      main()
    File "c:\python27\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 197, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "c:\python27\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 54, in get_requires_for_build_wheel
      return hook(config_settings)
    File "c:\users\netman~1\appdata\local\temp\pip-build-env-5jzhhq\overlay\Lib\site-packages\setuptools\build_meta.py", line 146, in get_requires_for_build_wheel
      return self._get_build_requires(config_settings, requirements=['wheel'])
    File "c:\users\netman~1\appdata\local\temp\pip-build-env-5jzhhq\overlay\Lib\site-packages\setuptools\build_meta.py", line 127, in _get_build_requires
      self.run_setup()
    File "c:\users\netman~1\appdata\local\temp\pip-build-env-5jzhhq\overlay\Lib\site-packages\setuptools\build_meta.py", line 243, in run_setup
      self).run_setup(setup_script=setup_script)
    File "c:\users\netman~1\appdata\local\temp\pip-build-env-5jzhhq\overlay\Lib\site-packages\setuptools\build_meta.py", line 142, in run_setup
      exec(compile(code, __file__, 'exec'), locals())
    File "setup.py", line 63
      file=sys.stderr)
          ^
  SyntaxError: invalid syntax
  ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python27\python.exe' 'c:\python27\lib\site-packages\pip\_vendor\pep517\_in_process.py' get_requires_for_build_wheel 'c:\users\netman~1\appdata\local\temp\tmpsfvrme' Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 20.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\netmanager\Desktop>pip install pyinstaller == 3.6
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Invalid requirement: '=='
WARNING: You are using pip version 19.2.3, however version 20.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\netmanager\Desktop>pip install pyinstaller==3.6
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyinstaller==3.6
  Downloading https://files.pythonhosted.org/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee0/PyInstaller-3.6.tar.gz (3.5MB)
     |████████████████████████████████| 3.5MB 95kB/s
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting altgraph (from pyinstaller==3.6)
  Downloading https://files.pythonhosted.org/packages/ee/3d/bfca21174b162f6ce674953f1b7a640c1498357fa6184776029557c25399/altgraph-0.17-py2.py3-none-any.whl
Collecting pefile>=2017.8.1 (from pyinstaller==3.6)
  Downloading https://files.pythonhosted.org/packages/36/58/acf7f35859d541985f0a6ea3c34baaefbfaee23642cf11e85fe36453ae77/pefile-2019.4.18.tar.gz (62kB)
     |████████████████████████████████| 71kB 194kB/s
Collecting pywin32-ctypes>=0.2.0 (from pyinstaller==3.6)
  Downloading https://files.pythonhosted.org/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in c:\python27\lib\site-packages (from pyinstaller==3.6) (41.2.0)
Collecting dis3 (from pyinstaller==3.6)
  Downloading https://files.pythonhosted.org/packages/9c/5c/4a4a2802f10f558018413990a58fd3dd7ed1eb48e6de7266334c2489bad6/dis3-0.1.3-py2-none-any.whl
Collecting future (from pefile>=2017.8.1->pyinstaller==3.6)
  Downloading https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz (829kB)
     |████████████████████████████████| 829kB 250kB/s
Building wheels for collected packages: pyinstaller
  Building wheel for pyinstaller (PEP 517) ... done
  Created wheel for pyinstaller: filename=PyInstaller-3.6-cp27-none-any.whl size=2926718 sha256=4fd7167d9c74f953591256b734c072d66c84481b12c5ebe2a7bdfca837055522
  Stored in directory: C:\Users\netmanager\AppData\Local\pip\Cache\wheels\62\fe\62\4c0f196d1e0dd689e097449bc81d7d585a7de7dd86b081b80b
Successfully built pyinstaller
Installing collected packages: altgraph, future, pefile, pywin32-ctypes, dis3, pyinstaller
  Running setup.py install for future ... done
  Running setup.py install for pefile ... done
Successfully installed altgraph-0.17 dis3-0.1.3 future-0.18.2 pefile-2019.4.18 pyinstaller-3.6 pywin32-ctypes-0.2.0

用安装好的pyinstaller打包python脚本

C:\Users\netmanager\Desktop\python_test>pyinstaller -F query4.py
160 INFO: PyInstaller: 3.6
161 INFO: Python: 2.7.18
161 INFO: Platform: Windows-10-10.0.19041
164 INFO: wrote C:\Users\netmanager\Desktop\python_test\query4.spec
170 INFO: UPX is not available.
174 INFO: Extending PYTHONPATH with paths
['C:\\Users\\netmanager\\Desktop\\python_test',
 'C:\\Users\\netmanager\\Desktop\\python_test']
174 INFO: checking Analysis
174 INFO: Building Analysis because Analysis-00.toc is non existent
175 INFO: Initializing module dependency graph...
183 INFO: Caching module graph hooks...
204 INFO: Caching module dependency graph...
233 INFO: running Analysis Analysis-00.toc
325 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
  required by c:\python27\python.exe
13539 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128.manifest
13553 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_f47e1bd6f6571810.manifest
13569 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_f47c6864f6588bd7.manifest
13756 INFO: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.9625_none ...
13759 INFO: Found manifest C:\Windows\WinSxS\Manifests\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589.manifest
13789 INFO: Searching for file msvcr90.dll
13792 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589\msvcr90.dll
13792 INFO: Searching for file msvcp90.dll
13792 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589\msvcp90.dll
13793 INFO: Searching for file msvcm90.dll
13795 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589\msvcm90.dll
13970 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128.manifest
13973 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_f47e1bd6f6571810.manifest
13976 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_f47c6864f6588bd7.manifest
13977 INFO: Adding redirect Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
14115 INFO: Analyzing C:\Users\netmanager\Desktop\python_test\query4.py
17318 INFO: Processing pre-safe import module hook   win32com
17395 INFO: Processing pre-find module path hook   distutils
17398 INFO: distutils: retargeting to non-venv dir 'c:\\python27\\lib'
19140 INFO: Processing module hooks...
19141 INFO: Loading module hook "hook-distutils.py"...
19174 INFO: Loading module hook "hook-encodings.py"...
21004 INFO: Loading module hook "hook-pywintypes.py"...
21671 INFO: Loading module hook "hook-win32com.py"...
21888 INFO: Loading module hook "hook-pythoncom.py"...
22562 INFO: Looking for ctypes DLLs
22563 INFO: Analyzing run-time hooks ...
22571 INFO: Including run-time hook 'pyi_rth_win32comgenpy.py'
22581 INFO: Looking for dynamic libraries
23013 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_7dd1e0ebd6590e0b.manifest
23029 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_ecff360cfb2594f3.manifest
23214 INFO: Searching for assembly x86_Microsoft.VC90.MFC_1fc8b3b9a1e18e3b_9.0.30729.4148_none ...
23217 INFO: Found manifest C:\Windows\WinSxS\Manifests\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7.manifest
23243 INFO: Searching for file mfc90.dll
23256 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfc90.dll
23256 INFO: Searching for file mfc90u.dll
23269 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfc90u.dll
23269 INFO: Searching for file mfcm90.dll
23272 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfcm90.dll
23273 INFO: Searching for file mfcm90u.dll
23276 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfcm90u.dll
23450 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_7dd1e0ebd6590e0b.manifest
23453 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_ecff360cfb2594f3.manifest
23454 INFO: Adding redirect Microsoft.VC90.MFC version (9, 0, 21022, 8) -> (9, 0, 30729, 4148)
23637 INFO: Looking for eggs
23638 INFO: Using Python library C:\Windows\system32\python27.dll
23638 INFO: Found binding redirects:
[BindingRedirect(name=u'Microsoft.VC90.CRT', language=None, arch=u'x86', oldVersion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 9625), publicKeyToken=u'1fc8b3b9a1e18e3b'), BindingRedirect(name=u'Microsoft.VC90.MFC', language=None, arch=u'x86', oldVersion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 4148), publicKeyToken=u'1fc8b3b9a1e18e3b')]
23642 INFO: Warnings written to C:\Users\netmanager\Desktop\python_test\build\query4\warn-query4.txt
23693 INFO: Graph cross-reference written to C:\Users\netmanager\Desktop\python_test\build\query4\xref-query4.html
23792 INFO: checking PYZ
23793 INFO: Building PYZ because PYZ-00.toc is non existent
23793 INFO: Building PYZ (ZlibArchive) C:\Users\netmanager\Desktop\python_test\build\query4\PYZ-00.pyz
24352 INFO: Building PYZ (ZlibArchive) C:\Users\netmanager\Desktop\python_test\build\query4\PYZ-00.pyz completed successfully.
24431 INFO: checking PKG
24434 INFO: Building PKG because PKG-00.toc is non existent
24434 INFO: Building PKG (CArchive) PKG-00.pkg
24559 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
24562 INFO: Updating manifest in C:\Users\netmanager\AppData\Roaming\pyinstaller\bincache00_py27_32bit\python27.dll
24588 INFO: Updating resource type 24 name 2 language 1033
24779 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
24780 INFO: Redirecting Microsoft.VC90.MFC version (9, 0, 21022, 8) -> (9, 0, 30729, 4148)
24783 INFO: Updating manifest in C:\Users\netmanager\AppData\Roaming\pyinstaller\bincache00_py27_32bit\win32ui.pyd
24789 INFO: Updating resource type 24 name 2 language 1033
25023 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
29806 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
29821 INFO: Bootloader c:\python27\lib\site-packages\PyInstaller\bootloader\Windows-32bit\run.exe
29822 INFO: checking EXE
29822 INFO: Building EXE because EXE-00.toc is non existent
29823 INFO: Building EXE from EXE-00.toc
29826 INFO: Appending archive to EXE C:\Users\netmanager\Desktop\python_test\dist\query4.exe
29846 INFO: Building EXE from EXE-00.toc completed successfully.

C:\Users\netmanager\Desktop\python_test>pyinstaller -D --clean query4.py
162 INFO: PyInstaller: 3.6
163 INFO: Python: 2.7.18
165 INFO: Platform: Windows-10-10.0.19041
168 INFO: wrote C:\Users\netmanager\Desktop\python_test\query4.spec
172 INFO: UPX is not available.
173 INFO: Removing temporary files and cleaning cache in C:\Users\netmanager\AppData\Roaming\pyinstaller
205 INFO: Extending PYTHONPATH with paths
['C:\\Users\\netmanager\\Desktop\\python_test',
 'C:\\Users\\netmanager\\Desktop\\python_test']
206 INFO: checking Analysis
208 INFO: Building Analysis because Analysis-00.toc is non existent
209 INFO: Initializing module dependency graph...
215 INFO: Caching module graph hooks...
236 INFO: Caching module dependency graph...
265 INFO: running Analysis Analysis-00.toc
276 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
  required by c:\python27\python.exe
453 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128.manifest
457 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_f47e1bd6f6571810.manifest
459 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_f47c6864f6588bd7.manifest
633 INFO: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.9625_none ...
634 INFO: Found manifest C:\Windows\WinSxS\Manifests\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589.manifest
639 INFO: Searching for file msvcr90.dll
640 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589\msvcr90.dll
641 INFO: Searching for file msvcp90.dll
648 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589\msvcp90.dll
649 INFO: Searching for file msvcm90.dll
650 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_508ef7e4bcbbe589\msvcm90.dll
821 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128.manifest
823 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_f47e1bd6f6571810.manifest
826 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_f47c6864f6588bd7.manifest
827 INFO: Adding redirect Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
910 INFO: Analyzing C:\Users\netmanager\Desktop\python_test\query4.py
4867 INFO: Processing pre-safe import module hook   win32com
4933 INFO: Processing pre-find module path hook   distutils
4934 INFO: distutils: retargeting to non-venv dir 'c:\\python27\\lib'
7490 INFO: Processing module hooks...
7550 INFO: Loading module hook "hook-distutils.py"...
7583 INFO: Loading module hook "hook-encodings.py"...
9261 INFO: Loading module hook "hook-pywintypes.py"...
10063 INFO: Loading module hook "hook-win32com.py"...
10232 INFO: Loading module hook "hook-pythoncom.py"...
10923 INFO: Looking for ctypes DLLs
10924 INFO: Analyzing run-time hooks ...
10929 INFO: Including run-time hook 'pyi_rth_win32comgenpy.py'
10938 INFO: Looking for dynamic libraries
11279 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_7dd1e0ebd6590e0b.manifest
11282 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_ecff360cfb2594f3.manifest
11451 INFO: Searching for assembly x86_Microsoft.VC90.MFC_1fc8b3b9a1e18e3b_9.0.30729.4148_none ...
11452 INFO: Found manifest C:\Windows\WinSxS\Manifests\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7.manifest
11457 INFO: Searching for file mfc90.dll
11458 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfc90.dll
11459 INFO: Searching for file mfc90u.dll
11460 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfc90u.dll
11461 INFO: Searching for file mfcm90.dll
11462 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfcm90.dll
11462 INFO: Searching for file mfcm90u.dll
11463 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d60b7\mfcm90u.dll
11630 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_7dd1e0ebd6590e0b.manifest
11632 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_ecff360cfb2594f3.manifest
11634 INFO: Adding redirect Microsoft.VC90.MFC version (9, 0, 21022, 8) -> (9, 0, 30729, 4148)
11823 INFO: Looking for eggs
11824 INFO: Using Python library C:\Windows\system32\python27.dll
11828 INFO: Found binding redirects:
[BindingRedirect(name=u'Microsoft.VC90.CRT', language=None, arch=u'x86', oldVersion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 9625), publicKeyToken=u'1fc8b3b9a1e18e3b'), BindingRedirect(name=u'Microsoft.VC90.MFC', language=None, arch=u'x86', oldVersion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 4148), publicKeyToken=u'1fc8b3b9a1e18e3b')]
11838 INFO: Warnings written to C:\Users\netmanager\Desktop\python_test\build\query4\warn-query4.txt
11911 INFO: Graph cross-reference written to C:\Users\netmanager\Desktop\python_test\build\query4\xref-query4.html
12018 INFO: checking PYZ
12020 INFO: Building PYZ because PYZ-00.toc is non existent
12022 INFO: Building PYZ (ZlibArchive) C:\Users\netmanager\Desktop\python_test\build\query4\PYZ-00.pyz
12643 INFO: Building PYZ (ZlibArchive) C:\Users\netmanager\Desktop\python_test\build\query4\PYZ-00.pyz completed successfully.
12721 INFO: checking PKG
12722 INFO: Building PKG because PKG-00.toc is non existent
12722 INFO: Building PKG (CArchive) PKG-00.pkg
12756 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
12765 INFO: Bootloader c:\python27\lib\site-packages\PyInstaller\bootloader\Windows-32bit\run.exe
12766 INFO: checking EXE
12767 INFO: Building EXE because EXE-00.toc is non existent
12768 INFO: Building EXE from EXE-00.toc
12769 INFO: Appending archive to EXE C:\Users\netmanager\Desktop\python_test\build\query4\query4.exe
12775 INFO: Building EXE from EXE-00.toc completed successfully.
12786 INFO: checking COLLECT
12787 INFO: Building COLLECT because COLLECT-00.toc is non existent
12789 INFO: Building COLLECT COLLECT-00.toc
12804 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
12915 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
12922 INFO: Updating manifest in C:\Users\netmanager\AppData\Roaming\pyinstaller\bincache00_py27_32bit\python27.dll
12926 INFO: Updating resource type 24 name 2 language 1033
13095 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9625)
13100 INFO: Redirecting Microsoft.VC90.MFC version (9, 0, 21022, 8) -> (9, 0, 30729, 4148)
13105 INFO: Updating manifest in C:\Users\netmanager\AppData\Roaming\pyinstaller\bincache00_py27_32bit\win32ui.pyd
13111 INFO: Updating resource type 24 name 2 language 1033
13399 INFO: Building COLLECT COLLECT-00.toc completed successfully.

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值