Advertisement
Guest User

pyinstaller error

a guest
Aug 7th, 2016
1,201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 10.36 KB | None | 0 0
  1. C:\Users\Afro\Desktop\getSERIES>pyinstaller --onedir --onefile --windowed get.py
  2. 615 INFO: PyInstaller: 3.2
  3. 615 INFO: Python: 3.5.1
  4. 630 INFO: Platform: Windows-10-10.0.10586-SP0
  5. 630 INFO: wrote C:\Users\Afro\Desktop\getSERIES\get.spec
  6. 762 INFO: UPX is available.
  7. 762 INFO: Extending PYTHONPATH with paths
  8. ['C:\\Users\\Afro\\Desktop\\getSERIES', 'C:\\Users\\Afro\\Desktop\\getSERIES']
  9. 781 INFO: checking Analysis
  10. 783 INFO: Building Analysis because out00-Analysis.toc is non existent
  11. 783 INFO: Initializing module dependency graph...
  12. 783 INFO: Initializing module graph hooks...
  13. 798 INFO: Analyzing base_library.zip ...
  14. 16731 INFO: running Analysis out00-Analysis.toc
  15. 17399 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-math-l1-1-0.dll
  16. Traceback (most recent call last):
  17.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  18.     return _getImports_pe(pth)
  19.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  20.     dll, _ = sym.forwarder.split('.')
  21. TypeError: a bytes-like object is required, not 'str'
  22. 17546 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-runtime-l1-1-0.dll
  23. Traceback (most recent call last):
  24.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  25.     return _getImports_pe(pth)
  26.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  27.     dll, _ = sym.forwarder.split('.')
  28. TypeError: a bytes-like object is required, not 'str'
  29. 17662 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-heap-l1-1-0.dll
  30. Traceback (most recent call last):
  31.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  32.     return _getImports_pe(pth)
  33.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  34.     dll, _ = sym.forwarder.split('.')
  35. TypeError: a bytes-like object is required, not 'str'
  36. 17715 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-locale-l1-1-0.dll
  37. Traceback (most recent call last):
  38.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  39.     return _getImports_pe(pth)
  40.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  41.     dll, _ = sym.forwarder.split('.')
  42. TypeError: a bytes-like object is required, not 'str'
  43. 19912 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-stdio-l1-1-0.dll
  44. Traceback (most recent call last):
  45.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  46.     return _getImports_pe(pth)
  47.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  48.     dll, _ = sym.forwarder.split('.')
  49. TypeError: a bytes-like object is required, not 'str'
  50. 20050 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-string-l1-1-0.dll
  51. Traceback (most recent call last):
  52.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  53.     return _getImports_pe(pth)
  54.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  55.     dll, _ = sym.forwarder.split('.')
  56. TypeError: a bytes-like object is required, not 'str'
  57. 20182 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-convert-l1-1-0.dll
  58. Traceback (most recent call last):
  59.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  60.     return _getImports_pe(pth)
  61.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  62.     dll, _ = sym.forwarder.split('.')
  63. TypeError: a bytes-like object is required, not 'str'
  64. 20266 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-time-l1-1-0.dll
  65. Traceback (most recent call last):
  66.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  67.     return _getImports_pe(pth)
  68.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  69.     dll, _ = sym.forwarder.split('.')
  70. TypeError: a bytes-like object is required, not 'str'
  71. 20366 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-filesystem-l1-1-0.dll
  72. Traceback (most recent call last):
  73.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  74.     return _getImports_pe(pth)
  75.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  76.     dll, _ = sym.forwarder.split('.')
  77. TypeError: a bytes-like object is required, not 'str'
  78. 20434 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-conio-l1-1-0.dll
  79. Traceback (most recent call last):
  80.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  81.     return _getImports_pe(pth)
  82.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  83.     dll, _ = sym.forwarder.split('.')
  84. TypeError: a bytes-like object is required, not 'str'
  85. 20497 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-environment-l1-1-0.dll
  86. Traceback (most recent call last):
  87.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  88.     return _getImports_pe(pth)
  89.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  90.     dll, _ = sym.forwarder.split('.')
  91. TypeError: a bytes-like object is required, not 'str'
  92. 20566 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-process-l1-1-0.dll
  93. Traceback (most recent call last):
  94.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  95.     return _getImports_pe(pth)
  96.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  97.     dll, _ = sym.forwarder.split('.')
  98. TypeError: a bytes-like object is required, not 'str'
  99. 20613 INFO: Caching module hooks...
  100. 20634 INFO: Analyzing C:\Users\Afro\Desktop\getSERIES\get.py
  101. 40554 INFO: Loading module hooks...
  102. 41855 INFO: Loading module hook "hook-xml.dom.domreg.py"...
  103. 41870 INFO: Loading module hook "hook-lxml.etree.py"...
  104. 41955 INFO: Loading module hook "hook-xml.py"...
  105. 41971 INFO: Loading module hook "hook-requests.py"...
  106. 41992 INFO: Loading module hook "hook-selenium.py"...
  107. 42039 INFO: Loading module hook "hook-cryptography.py"...
  108. 42171 INFO: Loading module hook "hook-pydoc.py"...
  109. 42208 INFO: Loading module hook "hook-_tkinter.py"...
  110. 43270 INFO: checking Tree
  111. 43270 INFO: Building Tree because out00-Tree.toc is non existent
  112. 43270 INFO: Building Tree out00-Tree.toc
  113. 43691 INFO: checking Tree
  114. 43693 INFO: Building Tree because out01-Tree.toc is non existent
  115. 43693 INFO: Building Tree out01-Tree.toc
  116. 43771 INFO: Loading module hook "hook-encodings.py"...
  117. 44056 INFO: Looking for ctypes DLLs
  118. 44109 INFO: Analyzing run-time hooks ...
  119. 44140 INFO: Including run-time hook 'pyi_rth__tkinter.py'
  120. 44371 INFO: Looking for dynamic libraries
  121. 50077 WARNING: Can not get binary dependencies for file: C:\WINDOWS\system32\api-ms-win-crt-utility-l1-1-0.dll
  122. Traceback (most recent call last):
  123.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 695, in getImports
  124.     return _getImports_pe(pth)
  125.   File "C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
  126.     dll, _ = sym.forwarder.split('.')
  127. TypeError: a bytes-like object is required, not 'str'
  128. 53503 INFO: Looking for eggs
  129. 53520 INFO: Using Python library C:\Users\Afro\AppData\Local\Programs\Python\Python35\python35.dll
  130. 53524 INFO: Found binding redirects:
  131. []
  132. 53587 INFO: Warnings written to C:\Users\Afro\Desktop\getSERIES\build\get\warnget.txt
  133. 54056 INFO: checking PYZ
  134. 54072 INFO: Building PYZ because out00-PYZ.toc is non existent
  135. 54072 INFO: Building PYZ (ZlibArchive) C:\Users\Afro\Desktop\getSERIES\build\get\out00-PYZ.pyz
  136. 59021 INFO: checking PKG
  137. 59025 INFO: Building PKG because out00-PKG.toc is non existent
  138. 59031 INFO: Building PKG (CArchive) out00-PKG.pkg
  139. 89878 INFO: Bootloader C:\Users\Afro\AppData\Local\Programs\Python\Python35\lib\site-packages\pyinstaller-3.2-py3.5.egg\PyInstaller\bootloader\Windows-64bit\runw.exe
  140. 89878 INFO: checking EXE
  141. 89893 INFO: Building EXE because out00-EXE.toc is non existent
  142. 89893 INFO: Building EXE from out00-EXE.toc
  143. 89893 INFO: Appending archive to EXE C:\Users\Afro\Desktop\getSERIES\dist\get.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement