Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. "C:\Program Files\Python35\Scripts\pyinstaller.exe" import-and-execute2.py -F
  2. 124 INFO: PyInstaller: 3.2
  3. 124 INFO: Python: 3.5.1
  4. 124 INFO: Platform: Windows-7-6.1.7601-SP1
  5. 124 INFO: wrote D:\XXXXXXXXXX\Software-Development-Stuff\Workspaces\Jetbrains_PyCharm\Learning_Python\import-and-execute2.spec
  6. 124 INFO: UPX is not available.
  7. 124 INFO: Extending PYTHONPATH with paths
  8. ['D:\\XXXXXXXXXX\\Software-Development-Stuff\\Workspaces\\Jetbrains_PyCharm\\Learning_Python',
  9. 'D:\\XXXXXXXXXX\\Software-Development-Stuff\\Workspaces\\Jetbrains_PyCharm\\Learning_Python']
  10. 124 INFO: checking Analysis
  11. 124 INFO: Building Analysis because out00-Analysis.toc is non existent
  12. 124 INFO: Initializing module dependency graph...
  13. 124 INFO: Initializing module graph hooks...
  14. 140 INFO: Analyzing base_library.zip ...
  15. 2636 INFO: running Analysis out00-Analysis.toc
  16. 2745 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll
  17. Traceback (most recent call last):
  18. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  19. return _getImports_pe(pth)
  20. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  21. dll, _ = sym.forwarder.split('.')
  22. TypeError: a bytes-like object is required, not 'str'
  23. 3276 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll
  24. Traceback (most recent call last):
  25. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  26. return _getImports_pe(pth)
  27. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  28. dll, _ = sym.forwarder.split('.')
  29. TypeError: a bytes-like object is required, not 'str'
  30. 3291 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll
  31. Traceback (most recent call last):
  32. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  33. return _getImports_pe(pth)
  34. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  35. dll, _ = sym.forwarder.split('.')
  36. TypeError: a bytes-like object is required, not 'str'
  37. 3354 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll
  38. Traceback (most recent call last):
  39. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  40. return _getImports_pe(pth)
  41. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  42. dll, _ = sym.forwarder.split('.')
  43. TypeError: a bytes-like object is required, not 'str'
  44. 3400 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll
  45. Traceback (most recent call last):
  46. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  47. return _getImports_pe(pth)
  48. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  49. dll, _ = sym.forwarder.split('.')
  50. TypeError: a bytes-like object is required, not 'str'
  51. 3416 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll
  52. Traceback (most recent call last):
  53. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  54. return _getImports_pe(pth)
  55. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  56. dll, _ = sym.forwarder.split('.')
  57. TypeError: a bytes-like object is required, not 'str'
  58. 3432 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll
  59. Traceback (most recent call last):
  60. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  61. return _getImports_pe(pth)
  62. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  63. dll, _ = sym.forwarder.split('.')
  64. TypeError: a bytes-like object is required, not 'str'
  65. 3463 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll
  66. Traceback (most recent call last):
  67. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  68. return _getImports_pe(pth)
  69. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  70. dll, _ = sym.forwarder.split('.')
  71. TypeError: a bytes-like object is required, not 'str'
  72. 3463 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll
  73. Traceback (most recent call last):
  74. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  75. return _getImports_pe(pth)
  76. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  77. dll, _ = sym.forwarder.split('.')
  78. TypeError: a bytes-like object is required, not 'str'
  79. 3478 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll
  80. Traceback (most recent call last):
  81. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  82. return _getImports_pe(pth)
  83. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  84. dll, _ = sym.forwarder.split('.')
  85. TypeError: a bytes-like object is required, not 'str'
  86. 3478 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-conio-l1-1-0.dll
  87. Traceback (most recent call last):
  88. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  89. return _getImports_pe(pth)
  90. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  91. dll, _ = sym.forwarder.split('.')
  92. TypeError: a bytes-like object is required, not 'str'
  93. 3494 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-process-l1-1-0.dll
  94. Traceback (most recent call last):
  95. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  96. return _getImports_pe(pth)
  97. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  98. dll, _ = sym.forwarder.split('.')
  99. TypeError: a bytes-like object is required, not 'str'
  100. 3494 INFO: Caching module hooks...
  101. 3494 INFO: Analyzing D:\XXXXXXXXXX\Software-Development-Stuff\Workspaces\Jetbrains_PyCharm\Learning_Python\import-and-execute2.py
  102. 3510 INFO: Loading module hooks...
  103. 3510 INFO: Loading module hook "hook-encodings.py"...
  104. 3525 INFO: Loading module hook "hook-pydoc.py"...
  105. 3525 INFO: Loading module hook "hook-xml.py"...
  106. 3744 INFO: Looking for ctypes DLLs
  107. 3759 INFO: Analyzing run-time hooks ...
  108. 3775 INFO: Looking for dynamic libraries
  109. 4461 WARNING: Can not get binary dependencies for file: C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll
  110. Traceback (most recent call last):
  111. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
  112. return _getImports_pe(pth)
  113. File "c:\program files\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  114. dll, _ = sym.forwarder.split('.')
  115. TypeError: a bytes-like object is required, not 'str'
  116. 4461 INFO: Looking for eggs
  117. 4461 INFO: Using Python library c:\program files\python35\python35.dll
  118. 4461 INFO: Found binding redirects:
  119. []
  120. 4477 INFO: Warnings written to D:\XXXXXXXXXX\Software-Development-Stuff\Workspaces\Jetbrains_PyCharm\Learning_Python\build\import-and-execute2\warnimport-and-execute2.txt
  121. 4492 INFO: checking PYZ
  122. 4492 INFO: Building PYZ because out00-PYZ.toc is non existent
  123. 4492 INFO: Building PYZ (ZlibArchive) D:\XXXXXXXXXX\Software-Development-Stuff\Workspaces\Jetbrains_PyCharm\Learning_Python\build\import-and-execute2\out00-PYZ.pyz
  124. 5179 INFO: checking PKG
  125. 5194 INFO: Building PKG because out00-PKG.toc is non existent
  126. 5194 INFO: Building PKG (CArchive) out00-PKG.pkg
  127. 6957 INFO: Bootloader c:\program files\python35\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run.exe
  128. 6957 INFO: checking EXE
  129. 6957 INFO: Building EXE because out00-EXE.toc is non existent
  130. 6957 INFO: Building EXE from out00-EXE.toc
  131. 6957 INFO: Appending archive to EXE D:\XXXXXXXXXX\Software-Development-Stuff\Workspaces\Jetbrains_PyCharm\Learning_Python\dist\import-and-execute2.exe
  132.  
  133. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement