Created
June 25, 2018 19:45
-
-
Save ragnarok22/1dc86650a19988d27f40ab2fef7f75c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
395 INFO: PyInstaller: 3.3.1 | |
395 INFO: Python: 3.6.3 | |
396 INFO: Platform: Windows-10-10.0.16299-SP0 | |
401 INFO: wrote D:\Ragnarok\projects\Web\paraDaniel\main.spec | |
405 INFO: UPX is not available. | |
424 INFO: Extending PYTHONPATH with paths | |
['D:\\Ragnarok\\projects\\Web\\paraDaniel', | |
'D:\\Ragnarok\\projects\\Web\\paraDaniel'] | |
425 INFO: checking Analysis | |
425 INFO: Building Analysis because out00-Analysis.toc is non existent | |
425 INFO: Initializing module dependency graph... | |
435 INFO: Initializing module graph hooks... | |
439 INFO: Analyzing base_library.zip ... | |
Traceback (most recent call last): | |
File "<string>", line 41, in <module> | |
File "<string>", line 13, in walk_packages | |
File "c:\python36\lib\pkgutil.py", line 127, in iter_modules | |
for name, ispkg in iter_importer_modules(i, prefix): | |
File "c:\python36\lib\pkgutil.py", line 146, in _iter_file_finder_modules | |
import inspect | |
File "c:\python36\lib\inspect.py", line 41, in <module> | |
import linecache | |
File "c:\python36\lib\linecache.py", line 11, in <module> | |
import tokenize | |
File "c:\python36\lib\tokenize.py", line 33, in <module> | |
import re | |
File "c:\python36\lib\re.py", line 142, in <module> | |
class RegexFlag(enum.IntFlag): | |
AttributeError: module 'enum' has no attribute 'IntFlag' | |
Traceback (most recent call last): | |
File "<string>", line 41, in <module> | |
File "<string>", line 13, in walk_packages | |
File "c:\python36\lib\pkgutil.py", line 127, in iter_modules | |
for name, ispkg in iter_importer_modules(i, prefix): | |
File "c:\python36\lib\pkgutil.py", line 146, in _iter_file_finder_modules | |
import inspect | |
File "c:\python36\lib\inspect.py", line 41, in <module> | |
import linecache | |
File "c:\python36\lib\linecache.py", line 11, in <module> | |
import tokenize | |
File "c:\python36\lib\tokenize.py", line 33, in <module> | |
import re | |
File "c:\python36\lib\re.py", line 142, in <module> | |
class RegexFlag(enum.IntFlag): | |
AttributeError: module 'enum' has no attribute 'IntFlag' | |
5793 INFO: running Analysis out00-Analysis.toc | |
5832 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable | |
required by c:\python36\python.exe | |
7189 INFO: Caching module hooks... | |
7193 INFO: Analyzing D:\Ragnarok\projects\Web\paraDaniel\main.py | |
7209 INFO: Loading module hooks... | |
7210 INFO: Loading module hook "hook-encodings.py"... | |
Traceback (most recent call last): | |
File "<string>", line 41, in <module> | |
File "<string>", line 13, in walk_packages | |
File "c:\python36\lib\pkgutil.py", line 127, in iter_modules | |
for name, ispkg in iter_importer_modules(i, prefix): | |
File "c:\python36\lib\pkgutil.py", line 146, in _iter_file_finder_modules | |
import inspect | |
File "c:\python36\lib\inspect.py", line 41, in <module> | |
import linecache | |
File "c:\python36\lib\linecache.py", line 11, in <module> | |
import tokenize | |
File "c:\python36\lib\tokenize.py", line 33, in <module> | |
import re | |
File "c:\python36\lib\re.py", line 142, in <module> | |
class RegexFlag(enum.IntFlag): | |
AttributeError: module 'enum' has no attribute 'IntFlag' | |
7340 INFO: Loading module hook "hook-pydoc.py"... | |
7343 INFO: Loading module hook "hook-xml.py"... | |
7798 INFO: Looking for ctypes DLLs | |
7799 INFO: Analyzing run-time hooks ... | |
7805 INFO: Looking for dynamic libraries | |
7978 INFO: Looking for eggs | |
7978 INFO: Using Python library c:\python36\python36.dll | |
7979 INFO: Found binding redirects: | |
[] | |
8001 INFO: Warnings written to D:\Ragnarok\projects\Web\paraDaniel\build\main\warnmain.txt | |
8031 INFO: Graph cross-reference written to D:\Ragnarok\projects\Web\paraDaniel\build\main\xref-main.html | |
8095 INFO: checking PYZ | |
8096 INFO: Building PYZ because out00-PYZ.toc is non existent | |
8096 INFO: Building PYZ (ZlibArchive) D:\Ragnarok\projects\Web\paraDaniel\build\main\out00-PYZ.pyz | |
8549 INFO: Building PYZ (ZlibArchive) D:\Ragnarok\projects\Web\paraDaniel\build\main\out00-PYZ.pyz completed successfully. | |
8558 INFO: checking PKG | |
8559 INFO: Building PKG because out00-PKG.toc is non existent | |
8559 INFO: Building PKG (CArchive) out00-PKG.pkg | |
8601 INFO: Building PKG (CArchive) out00-PKG.pkg completed successfully. | |
8606 INFO: Bootloader c:\python36\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run.exe | |
8606 INFO: checking EXE | |
8607 INFO: Building EXE because out00-EXE.toc is non existent | |
8607 INFO: Building EXE from out00-EXE.toc | |
8608 INFO: Appending archive to EXE D:\Ragnarok\projects\Web\paraDaniel\build\main\main.exe | |
8713 INFO: Building EXE from out00-EXE.toc completed successfully. | |
8719 INFO: checking COLLECT | |
8719 INFO: Building COLLECT because out00-COLLECT.toc is non existent | |
8720 INFO: Building COLLECT out00-COLLECT.toc | |
10955 INFO: Building COLLECT out00-COLLECT.toc completed successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment