Skip to content

Instantly share code, notes, and snippets.

@NulAsh
Created December 29, 2017 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NulAsh/8c6fbf978a67561aa1a4bda2c36bb249 to your computer and use it in GitHub Desktop.
Save NulAsh/8c6fbf978a67561aa1a4bda2c36bb249 to your computer and use it in GitHub Desktop.
125 INFO: PyInstaller: 3.4.dev0+ab8fd9753
125 INFO: Python: 3.6.3
125 INFO: Platform: Windows-7-6.1.7601-SP1
126 INFO: wrote E:\HACK\file2codegrp\testprog\test.spec
126 DEBUG: Testing for UPX ...
151 INFO: UPX is not available.
178 DEBUG: script: E:\HACK\file2codegrp\testprog\test.py
179 INFO: Extending PYTHONPATH with paths
['E:\\HACK\\file2codegrp\\testprog', 'E:\\HACK\\file2codegrp\\testprog']
180 INFO: checking Analysis
180 INFO: Building Analysis because out00-Analysis.toc is non existent
180 INFO: Initializing module dependency graph...
183 INFO: Initializing module graph hooks...
186 INFO: Analyzing base_library.zip ...
187 DEBUG: Collecting submodules for encodings
Traceback (most recent call last):
File "<string>", line 41, in <module>
File "<string>", line 13, in walk_packages
File "c:\program files\python36\lib\pkgutil.py", line 127, in iter_modules
for name, ispkg in iter_importer_modules(i, prefix):
File "c:\program files\python36\lib\pkgutil.py", line 146, in _iter_file_finder_modules
import inspect
File "c:\program files\python36\lib\inspect.py", line 41, in <module>
import linecache
File "c:\program files\python36\lib\linecache.py", line 11, in <module>
import tokenize
File "c:\program files\python36\lib\tokenize.py", line 33, in <module>
import re
File "c:\program files\python36\lib\re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
784 DEBUG: collect_submodules - Found submodules: {'encodings'}
784 DEBUG: Collecting submodules for collections
Traceback (most recent call last):
File "<string>", line 41, in <module>
File "<string>", line 13, in walk_packages
File "c:\program files\python36\lib\pkgutil.py", line 127, in iter_modules
for name, ispkg in iter_importer_modules(i, prefix):
File "c:\program files\python36\lib\pkgutil.py", line 146, in _iter_file_finder_modules
import inspect
File "c:\program files\python36\lib\inspect.py", line 41, in <module>
import linecache
File "c:\program files\python36\lib\linecache.py", line 11, in <module>
import tokenize
File "c:\program files\python36\lib\tokenize.py", line 33, in <module>
import re
File "c:\program files\python36\lib\re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
921 DEBUG: collect_submodules - Found submodules: {'collections'}
6694 DEBUG: Adding python files to base_library.zip
6711 DEBUG: Hidden import: codecs
6711 DEBUG: Hidden import 'codecs' already found
6711 INFO: running Analysis out00-Analysis.toc
6711 DEBUG: Analyzing c:\program files\python36\python.exe
6717 DEBUG: Dependent assemblies of c:\program files\python36\python.exe:
6717 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
6718 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\program files\python36\python.exe
6718 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
6744 DEBUG: Adding VCRUNTIME140.dll dependency of python.exe from c:\program files\python36\VCRUNTIME140.dll
6747 DEBUG: Adding api-ms-win-crt-locale-l1-1-0.dll dependency of python.exe from C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll
6750 DEBUG: Adding api-ms-win-crt-stdio-l1-1-0.dll dependency of python.exe from C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll
6755 DEBUG: Adding python36.dll dependency of python.exe from c:\program files\python36\python36.dll
6781 DEBUG: Adding api-ms-win-crt-heap-l1-1-0.dll dependency of python.exe from C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll
6798 DEBUG: Adding api-ms-win-crt-runtime-l1-1-0.dll dependency of python.exe from C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll
6804 DEBUG: Skipping KERNEL32.dll dependency of python.exe
6807 DEBUG: Adding api-ms-win-crt-math-l1-1-0.dll dependency of python.exe from C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll
6807 DEBUG: Analyzing c:\program files\python36\VCRUNTIME140.dll
6830 DEBUG: Adding api-ms-win-crt-string-l1-1-0.dll dependency of VCRUNTIME140.dll from C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll
6840 DEBUG: Skipping KERNEL32.dll dependency of VCRUNTIME140.dll
6847 DEBUG: Adding api-ms-win-crt-convert-l1-1-0.dll dependency of VCRUNTIME140.dll from C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll
6847 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll
6855 DEBUG: Adding ucrtbase.dll dependency of api-ms-win-crt-locale-l1-1-0.dll from C:\Windows\system32\ucrtbase.dll
6855 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll
6886 DEBUG: Analyzing c:\program files\python36\python36.dll
6888 DEBUG: Dependent assemblies of c:\program files\python36\python36.dll:
6888 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
6889 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
7104 DEBUG: Adding api-ms-win-crt-conio-l1-1-0.dll dependency of python36.dll from C:\Windows\system32\api-ms-win-crt-conio-l1-1-0.dll
7107 DEBUG: Adding api-ms-win-crt-environment-l1-1-0.dll dependency of python36.dll from C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll
7114 DEBUG: Skipping KERNEL32.dll dependency of python36.dll
7125 DEBUG: Adding api-ms-win-crt-time-l1-1-0.dll dependency of python36.dll from C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll
7133 DEBUG: Skipping ADVAPI32.dll dependency of python36.dll
7139 DEBUG: Adding api-ms-win-crt-filesystem-l1-1-0.dll dependency of python36.dll from C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll
7157 DEBUG: Skipping VERSION.dll dependency of python36.dll
7162 DEBUG: Skipping ole32.dll dependency of python36.dll
7165 DEBUG: Adding api-ms-win-crt-process-l1-1-0.dll dependency of python36.dll from C:\Windows\system32\api-ms-win-crt-process-l1-1-0.dll
7169 DEBUG: Skipping WS2_32.dll dependency of python36.dll
7173 DEBUG: Skipping OLEAUT32.dll dependency of python36.dll
7178 DEBUG: Skipping SHLWAPI.dll dependency of python36.dll
7178 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll
7187 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll
7206 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll
7268 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll
7304 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll
7327 DEBUG: Analyzing C:\Windows\system32\ucrtbase.dll
7875 DEBUG: Adding api-ms-win-core-sysinfo-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-sysinfo-l1-1-0.dll
7877 DEBUG: Adding api-ms-win-core-string-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-string-l1-1-0.dll
7880 DEBUG: Adding api-ms-win-core-namedpipe-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-namedpipe-l1-1-0.dll
7882 DEBUG: Adding api-ms-win-core-rtlsupport-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-rtlsupport-l1-1-0.dll
7886 DEBUG: Adding api-ms-win-core-console-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-console-l1-1-0.dll
7888 DEBUG: Adding api-ms-win-core-synch-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-synch-l1-1-0.dll
7894 DEBUG: Adding api-ms-win-core-handle-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-handle-l1-1-0.dll
7897 DEBUG: Adding api-ms-win-core-file-l2-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll
7901 DEBUG: Adding api-ms-win-core-file-l1-2-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll
7903 DEBUG: Adding api-ms-win-core-libraryloader-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-libraryloader-l1-1-0.dll
7905 DEBUG: Adding api-ms-win-core-processthreads-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-processthreads-l1-1-0.dll
7907 DEBUG: Adding api-ms-win-core-processthreads-l1-1-1.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll
7909 DEBUG: Adding api-ms-win-core-synch-l1-2-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll
7917 DEBUG: Adding api-ms-win-core-interlocked-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-interlocked-l1-1-0.dll
7920 DEBUG: Adding api-ms-win-core-heap-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-heap-l1-1-0.dll
7923 DEBUG: Adding api-ms-win-core-profile-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-profile-l1-1-0.dll
7925 DEBUG: Adding api-ms-win-core-localization-l1-2-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll
7927 DEBUG: Adding api-ms-win-core-util-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-util-l1-1-0.dll
7929 DEBUG: Adding api-ms-win-core-timezone-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll
7934 DEBUG: Adding api-ms-win-core-memory-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-memory-l1-1-0.dll
7936 DEBUG: Adding api-ms-win-core-errorhandling-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-errorhandling-l1-1-0.dll
7940 DEBUG: Adding api-ms-win-core-debug-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-debug-l1-1-0.dll
7943 DEBUG: Adding api-ms-win-core-datetime-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-datetime-l1-1-0.dll
7945 DEBUG: Adding api-ms-win-core-file-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-file-l1-1-0.dll
7947 DEBUG: Adding api-ms-win-core-processenvironment-l1-1-0.dll dependency of ucrtbase.dll from C:\Windows\system32\api-ms-win-core-processenvironment-l1-1-0.dll
7947 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-conio-l1-1-0.dll
7954 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll
7958 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll
7976 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll
7988 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-process-l1-1-0.dll
7994 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-sysinfo-l1-1-0.dll
7998 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-string-l1-1-0.dll
8001 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-namedpipe-l1-1-0.dll
8009 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-rtlsupport-l1-1-0.dll
8012 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-console-l1-1-0.dll
8018 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-synch-l1-1-0.dll
8023 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-handle-l1-1-0.dll
8028 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll
8035 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-file-l2-1-0.dll
8035 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll
8042 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-file-l1-2-0.dll
8042 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-libraryloader-l1-1-0.dll
8045 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-processthreads-l1-1-0.dll
8049 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll
8062 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-processthreads-l1-1-1.dll
8062 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll
8072 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-synch-l1-2-0.dll
8072 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-interlocked-l1-1-0.dll
8075 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-heap-l1-1-0.dll
8095 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-profile-l1-1-0.dll
8098 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll
8113 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-localization-l1-2-0.dll
8113 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-util-l1-1-0.dll
8117 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll
8123 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-timezone-l1-1-0.dll
8123 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-memory-l1-1-0.dll
8135 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-errorhandling-l1-1-0.dll
8138 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-debug-l1-1-0.dll
8141 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-datetime-l1-1-0.dll
8144 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-file-l1-1-0.dll
8147 DEBUG: Analyzing C:\Windows\system32\api-ms-win-core-processenvironment-l1-1-0.dll
8152 INFO: Caching module hooks...
8161 INFO: Analyzing E:\HACK\file2codegrp\testprog\test.py
8166 INFO: Loading module hooks...
8167 INFO: Loading module hook "hook-encodings.py"...
8167 DEBUG: Collecting submodules for encodings
Traceback (most recent call last):
File "<string>", line 41, in <module>
File "<string>", line 13, in walk_packages
File "c:\program files\python36\lib\pkgutil.py", line 127, in iter_modules
for name, ispkg in iter_importer_modules(i, prefix):
File "c:\program files\python36\lib\pkgutil.py", line 146, in _iter_file_finder_modules
import inspect
File "c:\program files\python36\lib\inspect.py", line 41, in <module>
import linecache
File "c:\program files\python36\lib\linecache.py", line 11, in <module>
import tokenize
File "c:\program files\python36\lib\tokenize.py", line 33, in <module>
import re
File "c:\program files\python36\lib\re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
8316 DEBUG: collect_submodules - Found submodules: {'encodings'}
8316 INFO: Loading module hook "hook-pydoc.py"...
8318 INFO: Loading module hook "hook-xml.py"...
8816 DEBUG: Looking for egg data files...
8816 INFO: Looking for ctypes DLLs
8816 INFO: Analyzing run-time hooks ...
8824 INFO: Looking for dynamic libraries
8829 DEBUG: Analyzing c:\program files\python36\DLLs\_ssl.pyd
8830 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\_ssl.pyd:
8830 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8831 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8845 DEBUG: Skipping CRYPT32.dll dependency of _ssl.pyd
8849 DEBUG: Skipping USER32.dll dependency of _ssl.pyd
8853 DEBUG: Skipping KERNEL32.dll dependency of _ssl.pyd
8857 DEBUG: Skipping ADVAPI32.dll dependency of _ssl.pyd
8863 DEBUG: Skipping WS2_32.dll dependency of _ssl.pyd
8865 DEBUG: Adding api-ms-win-crt-utility-l1-1-0.dll dependency of _ssl.pyd from C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll
8869 DEBUG: Skipping GDI32.dll dependency of _ssl.pyd
8869 DEBUG: Analyzing c:\program files\python36\DLLs\pyexpat.pyd
8872 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\pyexpat.pyd:
8872 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8873 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8882 DEBUG: Skipping KERNEL32.dll dependency of pyexpat.pyd
8882 DEBUG: Analyzing c:\program files\python36\DLLs\_hashlib.pyd
8887 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\_hashlib.pyd:
8888 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8890 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8901 DEBUG: Skipping USER32.dll dependency of _hashlib.pyd
8906 DEBUG: Skipping KERNEL32.dll dependency of _hashlib.pyd
8910 DEBUG: Skipping ADVAPI32.dll dependency of _hashlib.pyd
8916 DEBUG: Skipping GDI32.dll dependency of _hashlib.pyd
8916 DEBUG: Analyzing c:\program files\python36\DLLs\select.pyd
8917 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\select.pyd:
8918 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8918 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8928 DEBUG: Skipping KERNEL32.dll dependency of select.pyd
8932 DEBUG: Skipping WS2_32.dll dependency of select.pyd
8933 DEBUG: Analyzing c:\program files\python36\DLLs\_bz2.pyd
8934 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\_bz2.pyd:
8935 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8936 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8946 DEBUG: Skipping KERNEL32.dll dependency of _bz2.pyd
8946 DEBUG: Analyzing c:\program files\python36\DLLs\_lzma.pyd
8948 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\_lzma.pyd:
8948 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8949 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8959 DEBUG: Skipping KERNEL32.dll dependency of _lzma.pyd
8959 DEBUG: Analyzing c:\program files\python36\DLLs\_socket.pyd
8960 DEBUG: Dependent assemblies of c:\program files\python36\DLLs\_socket.pyd:
8960 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8961 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
8970 DEBUG: Skipping KERNEL32.dll dependency of _socket.pyd
8974 DEBUG: Skipping WS2_32.dll dependency of _socket.pyd
8974 DEBUG: Analyzing C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll
8980 INFO: Looking for eggs
8980 INFO: Using Python library c:\program files\python36\python36.dll
8980 INFO: Found binding redirects:
[]
8983 DEBUG: Erroneous edge (77, None, <PyiModuleGraph>, 'posix') for node MissingModule('posix',).
8983 DEBUG: Erroneous edge (183, None, <PyiModuleGraph>, '_posixsubprocess') for node MissingModule('_posixsubprocess',).
8984 INFO: Warnings written to E:\HACK\file2codegrp\testprog\build\test\warntest.txt
9017 DEBUG: Erroneous edge (927, None, <PyiModuleGraph>, 'E:\\HACK\\file2codegrp\\testprog\\test.py') for node Script('E:\\HACK\\file2codegrp\\testprog\\test.py',).
9018 DEBUG: Erroneous edge (904, None, <PyiModuleGraph>, '_bootlocale') for node SourceModule('_bootlocale', 'c:\\program files\\python36\\lib\\_bootlocale.py').
9019 DEBUG: Erroneous edge (920, None, <PyiModuleGraph>, '_collections_abc') for node SourceModule('_collections_abc', 'c:\\program files\\python36\\lib\\_collections_abc.py').
9019 DEBUG: Erroneous edge (55, None, <PyiModuleGraph>, '_datetime') for node BuiltinModule('_datetime',).
9021 DEBUG: Erroneous edge (122, None, <PyiModuleGraph>, '_pickle') for node BuiltinModule('_pickle',).
9021 DEBUG: Erroneous edge (183, None, <PyiModuleGraph>, '_posixsubprocess') for node MissingModule('_posixsubprocess',).
9022 DEBUG: Erroneous edge (881, None, <PyiModuleGraph>, '_sre') for node BuiltinModule('_sre',).
9022 DEBUG: Erroneous edge (721, None, <PyiModuleGraph>, '_ssl') for node Extension('_ssl', 'c:\\program files\\python36\\DLLs\\_ssl.pyd').
9023 DEBUG: Erroneous edge (917, None, <PyiModuleGraph>, '_weakrefset') for node SourceModule('_weakrefset', 'c:\\program files\\python36\\lib\\_weakrefset.py').
9024 DEBUG: Erroneous edge (919, None, <PyiModuleGraph>, 'abc') for node SourceModule('abc', 'c:\\program files\\python36\\lib\\abc.py').
9026 DEBUG: Erroneous edge (7, None, <PyiModuleGraph>, 'codecs') for node SourceModule('codecs', 'c:\\program files\\python36\\lib\\codecs.py').
9027 DEBUG: Erroneous edge (913, None, <PyiModuleGraph>, 'codecs') for node SourceModule('codecs', 'c:\\program files\\python36\\lib\\codecs.py').
9027 DEBUG: Erroneous edge (910, None, <PyiModuleGraph>, 'collections') for node Package('collections', 'c:\\program files\\python36\\lib\\collections\\__init__.py', ['c:\\program files\\python36\\lib\\collections']).
9028 DEBUG: Erroneous edge (907, None, <PyiModuleGraph>, 'copyreg') for node SourceModule('copyreg', 'c:\\program files\\python36\\lib\\copyreg.py').
9029 DEBUG: Erroneous edge (59, None, <PyiModuleGraph>, 'datetime') for node SourceModule('datetime', 'c:\\program files\\python36\\lib\\datetime.py').
9035 DEBUG: Erroneous edge (905, None, <PyiModuleGraph>, 'encodings') for node Package('encodings', 'c:\\program files\\python36\\lib\\encodings\\__init__.py', ['c:\\program files\\python36\\lib\\encodings']).
9036 DEBUG: Erroneous edge (911, None, <PyiModuleGraph>, 'functools') for node SourceModule('functools', 'c:\\program files\\python36\\lib\\functools.py').
9037 DEBUG: Erroneous edge (47, None, <PyiModuleGraph>, 'gc') for node BuiltinModule('gc',).
9039 DEBUG: Erroneous edge (926, None, <PyiModuleGraph>, 'heapq') for node SourceModule('heapq', 'c:\\program files\\python36\\lib\\heapq.py').
9043 DEBUG: Erroneous edge (908, None, <PyiModuleGraph>, 'io') for node SourceModule('io', 'c:\\program files\\python36\\lib\\io.py').
9043 DEBUG: Erroneous edge (906, None, <PyiModuleGraph>, 'keyword') for node SourceModule('keyword', 'c:\\program files\\python36\\lib\\keyword.py').
9044 DEBUG: Erroneous edge (924, None, <PyiModuleGraph>, 'linecache') for node SourceModule('linecache', 'c:\\program files\\python36\\lib\\linecache.py').
9044 DEBUG: Erroneous edge (923, None, <PyiModuleGraph>, 'locale') for node SourceModule('locale', 'c:\\program files\\python36\\lib\\locale.py').
9045 DEBUG: Erroneous edge (104, None, <PyiModuleGraph>, 'ntpath') for node SourceModule('ntpath', 'c:\\program files\\python36\\lib\\ntpath.py').
9046 DEBUG: Erroneous edge (914, None, <PyiModuleGraph>, 'operator') for node SourceModule('operator', 'c:\\program files\\python36\\lib\\operator.py').
9049 DEBUG: Erroneous edge (77, None, <PyiModuleGraph>, 'posix') for node MissingModule('posix',).
9059 DEBUG: Erroneous edge (912, None, <PyiModuleGraph>, 're') for node SourceModule('re', 'c:\\program files\\python36\\lib\\re.py').
9059 DEBUG: Erroneous edge (922, None, <PyiModuleGraph>, 'reprlib') for node SourceModule('reprlib', 'c:\\program files\\python36\\lib\\reprlib.py').
9061 DEBUG: Erroneous edge (909, None, <PyiModuleGraph>, 'sre_compile') for node SourceModule('sre_compile', 'c:\\program files\\python36\\lib\\sre_compile.py').
9062 DEBUG: Erroneous edge (918, None, <PyiModuleGraph>, 'sre_constants') for node SourceModule('sre_constants', 'c:\\program files\\python36\\lib\\sre_constants.py').
9062 DEBUG: Erroneous edge (915, None, <PyiModuleGraph>, 'sre_parse') for node SourceModule('sre_parse', 'c:\\program files\\python36\\lib\\sre_parse.py').
9066 DEBUG: Erroneous edge (48, None, <PyiModuleGraph>, 'time') for node BuiltinModule('time',).
9067 DEBUG: Erroneous edge (921, None, <PyiModuleGraph>, 'traceback') for node SourceModule('traceback', 'c:\\program files\\python36\\lib\\traceback.py').
9068 DEBUG: Erroneous edge (916, None, <PyiModuleGraph>, 'types') for node SourceModule('types', 'c:\\program files\\python36\\lib\\types.py').
9073 DEBUG: Erroneous edge (925, None, <PyiModuleGraph>, 'weakref') for node SourceModule('weakref', 'c:\\program files\\python36\\lib\\weakref.py').
9076 DEBUG: Erroneous edge (379, None, <PyiModuleGraph>, 'zipimport') for node BuiltinModule('zipimport',).
9076 INFO: Graph cross-reference written to E:\HACK\file2codegrp\testprog\build\test\xref-test.html
9093 INFO: Graph drawing written to E:\HACK\file2codegrp\testprog\build\test\graph-test.dot
9107 INFO: checking PYZ
9107 INFO: Building PYZ because out00-PYZ.toc is non existent
9107 INFO: Building PYZ (ZlibArchive) E:\HACK\file2codegrp\testprog\build\test\out00-PYZ.pyz
10046 INFO: Building PYZ (ZlibArchive) E:\HACK\file2codegrp\testprog\build\test\out00-PYZ.pyz completed successfully.
10084 INFO: checking PKG
10084 INFO: Building PKG because out00-PKG.toc is non existent
10084 INFO: Building PKG (CArchive) out00-PKG.pkg
10123 DEBUG: Compiling c:\program files\python36\lib\site-packages\PyInstaller\loader\pyiboot01_bootstrap.py
10124 DEBUG: Compiling c:\program files\python36\lib\site-packages\PyInstaller\loader\pyiboot01_bootstrap.py
10143 DEBUG: Compiling E:\HACK\file2codegrp\testprog\test.py
10143 DEBUG: Compiling E:\HACK\file2codegrp\testprog\test.py
10149 INFO: Building PKG (CArchive) out00-PKG.pkg completed successfully.
10151 INFO: Bootloader c:\program files\python36\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run_d.exe
10151 INFO: checking EXE
10192 INFO: Building EXE because out00-EXE.toc is non existent
10192 INFO: Building EXE from out00-EXE.toc
10193 INFO: Appending archive to EXE E:\HACK\file2codegrp\testprog\build\test\test.exe
10196 INFO: Building EXE from out00-EXE.toc completed successfully.
10200 INFO: checking COLLECT
10200 INFO: Building COLLECT because out00-COLLECT.toc is non existent
10200 INFO: Building COLLECT out00-COLLECT.toc
10765 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