Skip to content

Instantly share code, notes, and snippets.

This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running you program. Python and
Python 3rd-party packages include a lot of conditional or optional module. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.
Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
[301399] PyInstaller Bootloader 3.x
[301399] LOADER: executable is /home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/dist/runner/runner
[301399] LOADER: homepath is /home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/dist/runner
[301399] LOADER: _MEIPASS2 is NULL
[301399] LOADER: archivename is /home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/dist/runner/runner
[301399] LOADER: Extracting binaries
[301399] LOADER: Executing self as child
[301399] LOADER: set _MEIPASS2 to /home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/dist/runner
[301399] LOADER: LD_LIBRARY_PATH_ORIG=/opt/sgi/uvstats/lib
[301399] LOADER: LD_LIBRARY_PATH=/home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/dist/runner:/opt/sgi/uvstats/lib
158 INFO: PyInstaller: 4.0.dev0+ffb1ff369
158 INFO: Python: 3.6.6
159 INFO: Platform: Linux-3.10.0-957.12.1.el7.x86_64-x86_64-with-redhat-7.6-Maipo
551 INFO: wrote /home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/runner.spec
551 DEBUG: Testing for UPX ...
555 INFO: UPX is not available.
560 DEBUG: script: /home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire/runner.py
562 INFO: Extending PYTHONPATH with paths
['/home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire',
'/home/mahanse/spitfire-redhat7-anaconda-sandbox/spitfire']