Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Simulator>pyinstaller simulator.spec
- 93 INFO: PyInstaller: 3.5
- 93 INFO: Python: 2.7.16
- 93 INFO: Platform: Windows-10-10.0.17134
- 93 INFO: UPX is not available.
- 109 INFO: Extending PYTHONPATH with paths
- ['C:\\Simulator', 'C:\\Simulator']
- 109 INFO: checking Analysis
- 109 INFO: Building Analysis because Analysis-00.toc is non existent
- 109 INFO: Initializing module dependency graph...
- 109 INFO: Initializing module graph hooks...
- 171 INFO: running Analysis Analysis-00.toc
- 171 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
- required by c:\python27\python.exe
- 391 INFO: Found C:\WINDOWS\WinSxS\Manifests\amd64_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_3da38fdebd0e6822.manifest
- 391 INFO: Found C:\WINDOWS\WinSxS\Manifests\amd64_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_acd388d7e1d8689f.manifest
- 391 INFO: Found C:\WINDOWS\WinSxS\Manifests\amd64_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_acce318be1dd48d8.manifest
- 657 INFO: Searching for assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.9415_none ...
- 657 INFO: Found manifest C:\WINDOWS\WinSxS\Manifests\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_08e0c10ba840a28a.manifest
- 657 INFO: Searching for file msvcr90.dll
- 657 INFO: Found file C:\WINDOWS\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_08e0c10ba840a28a\msvcr90.dll
- 671 INFO: Searching for file msvcp90.dll
- 671 INFO: Found file C:\WINDOWS\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_08e0c10ba840a28a\msvcp90.dll
- 671 INFO: Searching for file msvcm90.dll
- 671 INFO: Found file C:\WINDOWS\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_08e0c10ba840a28a\msvcm90.dll
- 859 INFO: Found C:\WINDOWS\WinSxS\Manifests\amd64_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_3da38fdebd0e6822.manifest
- 859 INFO: Found C:\WINDOWS\WinSxS\Manifests\amd64_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_acd388d7e1d8689f.manifest
- 859 INFO: Found C:\WINDOWS\WinSxS\Manifests\amd64_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9415_none_acce318be1dd48d8.manifest
- 875 INFO: Adding redirect Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9415)
- 921 INFO: Caching module hooks...
- 921 INFO: Analyzing simulator.pyw
- 3016 INFO: Processing pre-find module path hook distutils
- 3562 INFO: Processing pre-safe import module hook _xmlplus
- 9328 INFO: Processing pre-safe import module hook setuptools.extern.six.moves
- 9968 INFO: Processing pre-find module path hook site
- 9968 INFO: site: retargeting to fake-dir 'c:\\python27\\lib\\site-packages\\PyInstaller\\fake-modules'
- 13641 INFO: Loading module hooks...
- 13641 INFO: Loading module hook "hook-distutils.py"...
- 13641 INFO: Loading module hook "hook-sysconfig.py"...
- 13641 INFO: Loading module hook "hook-xml.py"...
- 13718 INFO: Loading module hook "hook-scipy.py"...
- 13734 INFO: Loading module hook "hook-httplib.py"...
- 13734 INFO: Loading module hook "hook-pydoc.py"...
- 13734 INFO: Excluding import 'Tkinter'
- 13734 INFO: Removing import of Tkinter from module pydoc
- 13734 INFO: Loading module hook "hook-encodings.py"...
- 14479 INFO: Loading module hook "hook-_tkinter.py"...
- 14720 INFO: checking Tree
- 14720 INFO: Building Tree because Tree-00.toc is non existent
- 14721 INFO: Building Tree Tree-00.toc
- 14918 INFO: checking Tree
- 14918 INFO: Building Tree because Tree-01.toc is non existent
- 14920 INFO: Building Tree Tree-01.toc
- 14944 INFO: Loading module hook "hook-pkg_resources.py"...
- 15333 INFO: Processing pre-safe import module hook win32com
- Traceback (most recent call last):
- File "<string>", line 2, in <module>
- ImportError: No module named win32com
- 15411 INFO: Processing pre-safe import module hook win32com
- Traceback (most recent call last):
- File "<string>", line 2, in <module>
- ImportError: No module named win32com
- 15786 INFO: Loading module hook "hook-numpy.py"...
- 15800 INFO: Loading module hook "hook-setuptools.py"...
- 16619 INFO: Loading module hook "hook-kivy.py"...
- [INFO ] [Logger ] Record log in C:\Users\DrPai\.kivy\logs\kivy_19-07-19_80.txt
- 16655 INFO: [Logger ] Record log in C:\Users\DrPai\.kivy\logs\kivy_19-07-19_80.txt
- [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.1.12
- 16651 INFO: [deps ] Successfully imported "kivy_deps.glew" 0.1.12
- [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22
- 16658 INFO: [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22
- [INFO ] [Kivy ] v1.11.1
- 16661 INFO: [Kivy ] v1.11.1
- [INFO ] [Kivy ] Installed at "c:\python27\lib\site-packages\kivy\__init__.pyc"
- 16661 INFO: [Kivy ] Installed at "c:\python27\lib\site-packages\kivy\__init__.pyc"
- [INFO ] [Python ] v2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)]
- 16662 INFO: [Python ] v2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)]
- [INFO ] [Python ] Interpreter at "c:\python27\python.exe"
- 16665 INFO: [Python ] Interpreter at "c:\python27\python.exe"
- [WARNING] [Deprecated ] Python 2 Kivy support has been deprecated. The Kivy release after 1.11.0 will not support Python 2 anymore
- 16667 WARNING: [Deprecated ] Python 2 Kivy support has been deprecated. The Kivy release after 1.11.0 will not support Python 2 anymore
- [INFO ] [Factory ] 184 symbols loaded
- 16674 INFO: [Factory ] 184 symbols loaded
- [INFO ] [Logger ] Record log in C:\Users\DrPai\.kivy\logs\kivy_19-07-19_81.txt
- [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.1.12
- [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22
- [INFO ] [Kivy ] v1.11.1
- [INFO ] [Kivy ] Installed at "c:\python27\lib\site-packages\kivy\__init__.pyc"
- [INFO ] [Python ] v2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)]
- [INFO ] [Python ] Interpreter at "c:\python27\python.exe"
- [WARNING] [Deprecated ] Python 2 Kivy support has been deprecated. The Kivy release after 1.11.0 will not support Python 2 anymore
- [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
- [WARNING] [Could not find GStreamer plugins. Possible solution] set GST_PLUGIN_PATH
- 16986 WARNING: [Could not find GStreamer plugins. Possible solution] set GST_PLUGIN_PATH
- [INFO ] [Logger ] Record log in C:\Users\DrPai\.kivy\logs\kivy_19-07-19_82.txt
- [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.1.12
- [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22
- [INFO ] [Kivy ] v1.11.1
- [INFO ] [Kivy ] Installed at "c:\python27\lib\site-packages\kivy\__init__.pyc"
- [INFO ] [Python ] v2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)]
- [INFO ] [Python ] Interpreter at "c:\python27\python.exe"
- [WARNING] [Deprecated ] Python 2 Kivy support has been deprecated. The Kivy release after 1.11.0 will not support Python 2 anymore
- [INFO ] [Audio ] Providers: audio_sdl2 (audio_ffpyplayer ignored)
- [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
- [CRITICAL] [Camera ] Unable to find any valuable Camera provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
- picamera - ImportError: No module named picamera
- File "c:\python27\lib\site-packages\kivy\core\__init__.py", line 63, in core_select_lib
- fromlist=[modulename], level=0)
- File "c:\python27\lib\site-packages\kivy\core\camera\camera_picamera.py", line 18, in <module>
- from picamera import PiCamera
- gi - ImportError: No module named gi.repository
- File "c:\python27\lib\site-packages\kivy\core\__init__.py", line 63, in core_select_lib
- fromlist=[modulename], level=0)
- File "c:\python27\lib\site-packages\kivy\core\camera\camera_gi.py", line 10, in <module>
- from gi.repository import Gst
- opencv - ImportError: No module named cv2
- File "c:\python27\lib\site-packages\kivy\core\__init__.py", line 63, in core_select_lib
- fromlist=[modulename], level=0)
- File "c:\python27\lib\site-packages\kivy\core\camera\camera_opencv.py", line 48, in <module>
- import cv2
- [INFO ] [Clipboard ] Provider: winctypes
- [INFO ] [Factory ] 184 symbols loaded
- [INFO ] [Window ] Provider: sdl2
- [INFO ] [GL ] Using the "OpenGL" graphics system
- [INFO ] [GL ] GLEW initialization succeeded
- [INFO ] [GL ] Backend used <glew>
- [INFO ] [GL ] OpenGL version <4.4.0 - Build 20.19.15.4549>
- [INFO ] [GL ] OpenGL vendor <Intel>
- [INFO ] [GL ] OpenGL renderer <Intel(R) HD Graphics 5500>
- [INFO ] [GL ] OpenGL parsed version: 4, 4
- [INFO ] [GL ] Shading version <4.40 - Build 20.19.15.4549>
- [INFO ] [GL ] Texture max size <16384>
- [INFO ] [GL ] Texture max units <32>
- [INFO ] [Window ] auto add sdl2 input provider
- [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
- [CRITICAL] [Spelling ] Unable to find any valuable Spelling provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
- enchant - ImportError: No module named enchant
- File "c:\python27\lib\site-packages\kivy\core\__init__.py", line 63, in core_select_lib
- fromlist=[modulename], level=0)
- File "c:\python27\lib\site-packages\kivy\core\spelling\spelling_enchant.py", line 12, in <module>
- import enchant
- [INFO ] [Text ] Provider: sdl2
- [INFO ] [Video ] Provider: null(['video_ffmpeg', 'video_ffpyplayer'] ignored)
- 21470 INFO: Excluding import 'Tkinter'
- 21484 INFO: Excluding import 'twisted'
- 21484 INFO: Removing import of twisted from module kivy.support
- 21500 INFO: Excluding import '_tkinter'
- 21500 INFO: Loading module hook "hook-xml.etree.cElementTree.py"...
- 21500 INFO: Loading module hook "hook-numpy.core.py"...
- 21609 INFO: Loading module hook "hook-docutils.py"...
- 23532 INFO: Loading module hook "hook-xml.dom.domreg.py"...
- 23532 INFO: Loading module hook "hook-pygments.py"...
- 25869 INFO: Looking for ctypes DLLs
- 25979 INFO: Analyzing run-time hooks ...
- 25979 INFO: Including run-time hook 'pyi_rth_pkgres.py'
- 25994 INFO: Including run-time hook 'pyi_rth__tkinter.py'
- 25994 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
- 25994 INFO: Including run-time hook 'pyi_rth_kivy.py'
- 25994 INFO: Including run-time hook 'pyi_rth_gstreamer.py'
- 26026 INFO: Looking for dynamic libraries
- 27757 WARNING: lib not found: libglib-2.0-0.dll dependency of c:\python27\lib\site-packages\kivy\lib\gstplayer\_gstplayer.pyd
- 27882 WARNING: lib not found: libgstreamer-1.0-0.dll dependency of c:\python27\lib\site-packages\kivy\lib\gstplayer\_gstplayer.pyd
- 28039 WARNING: lib not found: libgobject-2.0-0.dll dependency of c:\python27\lib\site-packages\kivy\lib\gstplayer\_gstplayer.pyd
- 28648 INFO: Looking for eggs
- 28648 INFO: Using Python library C:\WINDOWS\system32\python27.dll
- 28648 INFO: Found binding redirects:
- [BindingRedirect(name=u'Microsoft.VC90.CRT', language=None, arch=u'amd64', oldVersion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 9415), publicKeyToken=u'1fc8b3b9a1e18e3b')]
- 28664 INFO: Warnings written to C:\Simulator\build\simulator\warn-simulator.txt
- 28851 INFO: Graph cross-reference written to C:\Simulator\build\simulator\xref-simulator.html
- 29717 INFO: Appending 'datas' from .spec
- 29724 INFO: checking PYZ
- 29726 INFO: Building PYZ because PYZ-00.toc is non existent
- 29726 INFO: Building PYZ (ZlibArchive) C:\Simulator\build\simulator\PYZ-00.pyz
- 31937 INFO: Building PYZ (ZlibArchive) C:\Simulator\build\simulator\PYZ-00.pyz completed successfully.
- 32275 INFO: checking PKG
- 32275 INFO: Building PKG because PKG-00.toc is non existent
- 32275 INFO: Building PKG (CArchive) PKG-00.pkg
- 32306 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
- 32322 INFO: Bootloader c:\python27\lib\site-packages\PyInstaller\bootloader\Windows-64bit\runw.exe
- 32322 INFO: checking EXE
- 32322 INFO: Building EXE because EXE-00.toc is non existent
- 32322 INFO: Building EXE from EXE-00.toc
- 32322 INFO: Copying icons from ['bin\\ui\\icon.ico']
- 32322 INFO: Writing RT_GROUP_ICON 0 resource with 76 bytes
- 32322 INFO: Writing RT_ICON 1 resource with 1128 bytes
- 32322 INFO: Writing RT_ICON 2 resource with 2216 bytes
- 32322 INFO: Writing RT_ICON 3 resource with 9640 bytes
- 32322 INFO: Writing RT_ICON 4 resource with 5672 bytes
- 32338 INFO: Writing RT_ICON 5 resource with 67624 bytes
- 32338 INFO: Appending archive to EXE C:\Simulator\build\simulator\simulator.exe
- 32352 INFO: Building EXE from EXE-00.toc completed successfully.
- 32352 INFO: checking COLLECT
- 32352 INFO: Building COLLECT because COLLECT-00.toc is non existent
- 32352 INFO: Building COLLECT COLLECT-00.toc
- 32384 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 30729, 9415)
- 37296 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Advertisement
Add Comment
Please, Sign In to add comment