Advertisement
psionman

Untitled

Oct 31st, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1.  
  2. (wenv35) C:\test_pyi>pyinstaller main.py
  3. 1419 INFO: PyInstaller: 3.3
  4. 1419 INFO: Python: 3.6.3
  5. 1419 INFO: Platform: Windows-7-6.1.7601-SP1
  6. 1435 INFO: wrote C:\test_pyi\main.spec
  7. 1435 INFO: UPX is not available.
  8. 1435 INFO: Extending PYTHONPATH with paths
  9. ['C:\\test_pyi', 'C:\\test_pyi']
  10. 1435 INFO: checking Analysis
  11. 1435 INFO: Building Analysis because out00-Analysis.toc is non existent
  12. 1435 INFO: Initializing module dependency graph...
  13. 1450 INFO: Initializing module graph hooks...
  14. 1528 INFO: Analyzing base_library.zip ...
  15. 11934 INFO: running Analysis out00-Analysis.toc
  16. 11965 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of
  17. final executable
  18. required by c:\program files (x86)\python36-32\python.exe
  19. 13930 INFO: Caching module hooks...
  20. 14024 INFO: Analyzing C:\test_pyi\main.py
  21. 14024 INFO: Loading module hooks...
  22. 14024 INFO: Loading module hook "hook-encodings.py"...
  23. 14211 INFO: Loading module hook "hook-pydoc.py"...
  24. 14274 INFO: Loading module hook "hook-xml.py"...
  25. 15069 INFO: Looking for ctypes DLLs
  26. 15069 INFO: Analyzing run-time hooks ...
  27. 15069 INFO: Looking for dynamic libraries
  28. 15366 INFO: Looking for eggs
  29. 15366 INFO: Using Python library c:\program files (x86)\python36-32\python36.dll
  30.  
  31. 15381 INFO: Found binding redirects:
  32. []
  33. 15381 INFO: Warnings written to C:\test_pyi\build\main\warnmain.txt
  34. 15475 INFO: Graph cross-reference written to C:\test_pyi\build\main\xref-main.ht
  35. ml
  36. 15600 INFO: checking PYZ
  37. 15600 INFO: Building PYZ because out00-PYZ.toc is non existent
  38. 15600 INFO: Building PYZ (ZlibArchive) C:\test_pyi\build\main\out00-PYZ.pyz
  39. 16676 INFO: Building PYZ (ZlibArchive) C:\test_pyi\build\main\out00-PYZ.pyz comp
  40. leted successfully.
  41. 16707 INFO: checking PKG
  42. 16707 INFO: Building PKG because out00-PKG.toc is non existent
  43. 16707 INFO: Building PKG (CArchive) out00-PKG.pkg
  44. 16801 INFO: Building PKG (CArchive) out00-PKG.pkg completed successfully.
  45. 16801 INFO: Bootloader c:\program files (x86)\python36-32\lib\site-packages\PyIn
  46. staller\bootloader\Windows-32bit\run.exe
  47. 16801 INFO: checking EXE
  48. 16801 INFO: Building EXE because out00-EXE.toc is non existent
  49. 16801 INFO: Building EXE from out00-EXE.toc
  50. 16816 INFO: Appending archive to EXE C:\test_pyi\build\main\main.exe
  51. 16941 INFO: Building EXE from out00-EXE.toc completed successfully.
  52. 16957 INFO: checking COLLECT
  53. 16957 INFO: Building COLLECT because out00-COLLECT.toc is non existent
  54. 16957 INFO: Building COLLECT out00-COLLECT.toc
  55. 17175 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  56. ler\bincache00_py36_32bit\python36.dll
  57. 17175 INFO: Updating resource type 24 name 2 language 1033
  58. 19016 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  59. ler\bincache00_py36_32bit\_ssl.pyd
  60. 19016 INFO: Updating resource type 24 name 2 language 1033
  61. 19141 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  62. ler\bincache00_py36_32bit\unicodedata.pyd
  63. 19141 INFO: Updating resource type 24 name 2 language 1033
  64. 19266 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  65. ler\bincache00_py36_32bit\pyexpat.pyd
  66. 19266 INFO: Updating resource type 24 name 2 language 1033
  67. 19422 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  68. ler\bincache00_py36_32bit\_hashlib.pyd
  69. 19422 INFO: Updating resource type 24 name 2 language 1033
  70. 19562 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  71. ler\bincache00_py36_32bit\_bz2.pyd
  72. 19562 INFO: Updating resource type 24 name 2 language 1033
  73. 19702 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  74. ler\bincache00_py36_32bit\_lzma.pyd
  75. 19702 INFO: Updating resource type 24 name 2 language 1033
  76. 19796 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  77. ler\bincache00_py36_32bit\_socket.pyd
  78. 19812 INFO: Updating resource type 24 name 2 language 1033
  79. 19890 INFO: Updating manifest in C:\Users\Administrator\AppData\Roaming\pyinstal
  80. ler\bincache00_py36_32bit\select.pyd
  81. 19890 INFO: Updating resource type 24 name 2 language 1033
  82. 19999 INFO: Building COLLECT out00-COLLECT.toc completed successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement