abrignoni / ALEAPP

Android Logs Events And Protobuf Parser
MIT License
477 stars 101 forks source link

Cannot Compile to Executable #218

Closed thesilas closed 2 years ago

thesilas commented 2 years ago

I do not get an executable after compiling to it:

$ pyinstaller --onefile aleapp.spec
36 INFO: PyInstaller: 4.8
36 INFO: Python: 3.9.9
38 INFO: Platform: Linux-5.15.16-100.fc34.x86_64-x86_64-with-glibc2.33
39 INFO: UPX is not available.
40 INFO: Extending PYTHONPATH with paths
['/home/silas/Downloads/LEAPP/ALEAPP']
178 INFO: checking Analysis
179 INFO: Building Analysis because Analysis-00.toc is non existent
179 INFO: Initializing module dependency graph...
180 INFO: Caching module graph hooks...
184 INFO: Analyzing base_library.zip ...
2222 INFO: Processing pre-find module path hook distutils from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py'.
2223 INFO: distutils: retargeting to non-venv dir '/usr/lib64/python3.9'
3318 INFO: Caching module dependency graph...
3412 INFO: running Analysis Analysis-00.toc
3424 INFO: Analyzing aleapp.py
/home/silas/.local/lib/python3.9/site-packages/magic/magic.py:209: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if result is -1:
5695 INFO: Processing pre-find module path hook site from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-site.py'.
5696 INFO: site: retargeting to fake-dir '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/fake-modules'
6561 INFO: Processing pre-safe import module hook six.moves from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'.
9062 INFO: Processing module hooks...
9062 INFO: Loading module hook 'hook-lxml.etree.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9063 INFO: Loading module hook 'hook-magic.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9065 INFO: Loading module hook 'hook-Crypto.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9068 INFO: Loading module hook 'hook-bcrypt.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9068 INFO: Loading module hook 'hook-lxml.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9262 INFO: Loading module hook 'hook-pycparser.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9263 INFO: Loading module hook 'hook-distutils.util.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9266 INFO: Loading module hook 'hook-packaging.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9266 INFO: Loading module hook 'hook-lib2to3.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9279 INFO: Loading module hook 'hook-PIL.Image.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9534 INFO: Loading module hook 'hook-sqlite3.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9570 INFO: Loading module hook 'hook-numpy.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9587 INFO: Import to be excluded not found: 'f2py'
9606 INFO: Loading module hook 'hook-pkg_resources.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9972 INFO: Processing pre-safe import module hook win32com from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'.
9988 WARNING: Hidden import "pkg_resources.py2_warn" not found!
10142 WARNING: Hidden import "pkg_resources.markers" not found!
10144 INFO: Loading module hook 'hook-heapq.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10145 INFO: Loading module hook 'hook-xml.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10146 INFO: Loading module hook 'hook-numpy._pytesttester.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10147 INFO: Loading module hook 'hook-distutils.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10153 INFO: Loading module hook 'hook-sysconfig.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10153 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10155 INFO: Loading module hook 'hook-setuptools.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10543 INFO: Loading module hook 'hook-pickle.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10545 INFO: Loading module hook 'hook-difflib.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10547 INFO: Loading module hook 'hook-setuptools.msvc.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10548 INFO: Loading module hook 'hook-encodings.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10586 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10587 INFO: Loading module hook 'hook-multiprocessing.util.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10590 INFO: Loading module hook 'hook-xml.dom.domreg.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10590 INFO: Loading module hook 'hook-PIL.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10591 INFO: Import to be excluded not found: 'tkinter'
10591 INFO: Import to be excluded not found: 'PySide6'
10591 INFO: Import to be excluded not found: 'PyQt5'
10591 INFO: Import to be excluded not found: 'PyQt6'
10591 INFO: Import to be excluded not found: 'PySide2'
10591 INFO: Loading module hook 'hook-lxml.isoschematron.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
10593 INFO: Loading module hook 'hook-lxml.objectify.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
10612 INFO: Looking for ctypes DLLs
10730 INFO: Analyzing run-time hooks ...
10737 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_subprocess.py'
10738 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py'
10739 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py'
10741 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py'
10742 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py'
10756 INFO: Looking for dynamic libraries
11543 INFO: Looking for eggs
11543 INFO: Using Python library /lib64/libpython3.9.so.1.0
11550 INFO: Warnings written to /home/silas/Downloads/LEAPP/ALEAPP/build/aleapp/warn-aleapp.txt
11599 INFO: Graph cross-reference written to /home/silas/Downloads/LEAPP/ALEAPP/build/aleapp/xref-aleapp.html
11613 INFO: Appending 'datas' from .spec
Unable to find ".\scripts\logo.jpg" when adding binary and data files.
$ pyinstaller --onefile --noconsole aleappGUI.spec
36 INFO: PyInstaller: 4.8
36 INFO: Python: 3.9.9
38 INFO: Platform: Linux-5.15.16-100.fc34.x86_64-x86_64-with-glibc2.33
39 INFO: UPX is not available.
53 INFO: Extending PYTHONPATH with paths
['/home/silas/Downloads/LEAPP/ALEAPP']
206 INFO: checking Analysis
207 INFO: Building Analysis because Analysis-00.toc is non existent
207 INFO: Initializing module dependency graph...
208 INFO: Caching module graph hooks...
212 INFO: Analyzing base_library.zip ...
1907 INFO: Processing pre-find module path hook distutils from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py'.
1907 INFO: distutils: retargeting to non-venv dir '/usr/lib64/python3.9'
3456 INFO: Caching module dependency graph...
3548 INFO: running Analysis Analysis-00.toc
3561 INFO: Analyzing aleappGUI.py
/home/silas/.local/lib/python3.9/site-packages/magic/magic.py:209: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if result is -1:
5804 INFO: Processing pre-find module path hook site from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-site.py'.
5804 INFO: site: retargeting to fake-dir '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/fake-modules'
6665 INFO: Processing pre-safe import module hook six.moves from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'.
9633 INFO: Processing module hooks...
9634 INFO: Loading module hook 'hook-lxml.etree.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9634 INFO: Loading module hook 'hook-magic.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9636 INFO: Loading module hook 'hook-Crypto.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9639 INFO: Loading module hook 'hook-bcrypt.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9639 INFO: Loading module hook 'hook-lxml.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9833 INFO: Loading module hook 'hook-pycparser.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
9833 INFO: Loading module hook 'hook-distutils.util.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9836 INFO: Loading module hook 'hook-packaging.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9836 INFO: Loading module hook 'hook-lib2to3.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
9850 INFO: Loading module hook 'hook-PIL.Image.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10101 INFO: Loading module hook 'hook-sqlite3.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10136 INFO: Loading module hook 'hook-_tkinter.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10194 INFO: checking Tree
10195 INFO: Building Tree because Tree-00.toc is non existent
10195 INFO: Building Tree Tree-00.toc
10198 INFO: checking Tree
10198 INFO: Building Tree because Tree-01.toc is non existent
10198 INFO: Building Tree Tree-01.toc
10234 INFO: checking Tree
10234 INFO: Building Tree because Tree-02.toc is non existent
10234 INFO: Building Tree Tree-02.toc
10235 INFO: Loading module hook 'hook-numpy.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10265 INFO: Import to be excluded not found: 'f2py'
10272 INFO: Loading module hook 'hook-pkg_resources.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10517 INFO: Processing pre-safe import module hook win32com from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'.
10639 WARNING: Hidden import "pkg_resources.py2_warn" not found!
10811 WARNING: Hidden import "pkg_resources.markers" not found!
10814 INFO: Loading module hook 'hook-heapq.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10815 INFO: Loading module hook 'hook-xml.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10816 INFO: Loading module hook 'hook-numpy._pytesttester.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10817 INFO: Loading module hook 'hook-distutils.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10822 INFO: Loading module hook 'hook-sysconfig.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10823 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
10825 INFO: Loading module hook 'hook-setuptools.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11216 INFO: Loading module hook 'hook-pickle.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11218 INFO: Loading module hook 'hook-difflib.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11220 INFO: Loading module hook 'hook-setuptools.msvc.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11221 INFO: Loading module hook 'hook-encodings.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11262 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11262 INFO: Loading module hook 'hook-multiprocessing.util.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11266 INFO: Loading module hook 'hook-xml.dom.domreg.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11266 INFO: Loading module hook 'hook-PIL.py' from '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks'...
11267 INFO: Import to be excluded not found: 'PySide6'
11267 INFO: Import to be excluded not found: 'PyQt5'
11269 INFO: Import to be excluded not found: 'PyQt6'
11269 INFO: Import to be excluded not found: 'PySide2'
11269 INFO: Loading module hook 'hook-lxml.isoschematron.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
11271 INFO: Loading module hook 'hook-lxml.objectify.py' from '/home/silas/.local/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'...
11290 INFO: Looking for ctypes DLLs
11413 INFO: Analyzing run-time hooks ...
11419 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_subprocess.py'
11421 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py'
11422 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py'
11424 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py'
11426 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py'
11430 INFO: Including run-time hook '/home/silas/.local/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py'
11440 INFO: Looking for dynamic libraries
12396 INFO: Looking for eggs
12396 INFO: Using Python library /lib64/libpython3.9.so.1.0
12404 INFO: Warnings written to /home/silas/Downloads/LEAPP/ALEAPP/build/aleappGUI/warn-aleappGUI.txt
12449 INFO: Graph cross-reference written to /home/silas/Downloads/LEAPP/ALEAPP/build/aleappGUI/xref-aleappGUI.html
12466 INFO: Appending 'datas' from .spec
Unable to find ".\scripts\logo.jpg" when adding binary and data files.

There is no executable in the output:

$ tree
.
├── aleappGUI.py
├── aleappGUI.spec
├── aleapp.py
├── aleapp.spec
├── build
│   ├── aleapp
│   │   ├── Analysis-00.toc
│   │   ├── base_library.zip
│   │   ├── warn-aleapp.txt
│   │   └── xref-aleapp.html
│   └── aleappGUI
│       ├── Analysis-00.toc
│       ├── base_library.zip
│       ├── Tree-00.toc
│       ├── Tree-01.toc
│       ├── Tree-02.toc
│       ├── warn-aleappGUI.txt
│       └── xref-aleappGUI.html
├── dist
├── LICENSE
├── README.md
├── requirements.txt
└── scripts
    ├── artifact_report.py
    ├── artifacts
    │   ├── accounts_ce_authtokens.py
    │   ├── accounts_ce.py
    │   ├── accounts_de.py
    │   ├── adb_hosts.py
    │   ├── airGuard.py
    │   ├── appicons.py
    │   ├── appLockerfishingnetdb.py
    │   ├── appLockerfishingnetpat.py
    │   ├── appLockerfishingnet.py
    │   ├── appopSetupWiz.py
    │   ├── appops.py
    │   ├── artGlobals.py
    │   ├── atrackerdetect.py
    │   ├── BashHistory.py
    │   ├── battery_usage_v4.py
    │   ├── bluetoothConnections.py
    │   ├── browserlocation.py
    │   ├── build.py
    │   ├── cachelocation.py
    │   ├── calllog.py
    │   ├── calllogs.py
    │   ├── cashApp.py
    │   ├── Cast.py
    │   ├── Cello.py
    │   ├── ChessWithFriends.py
    │   ├── chromeAutofill.py
    │   ├── chromeBookmarks.py
    │   ├── chromeCookies.py
    │   ├── chromeLoginData.py
    │   ├── chromeMediaHistory.py
    │   ├── chromeNetworkActionPredictor.py
    │   ├── chromeOfflinePages.py
    │   ├── chrome.py
    │   ├── chromeTopSites.py
    │   ├── clipBoard.py
    │   ├── cmh.py
    │   ├── contacts.py
    │   ├── discreteNative.py
    │   ├── DocList.py
    │   ├── emulatedSmeta.py
    │   ├── errp.py
    │   ├── etc_hosts.py
    │   ├── FacebookMessenger.py
    │   ├── factory_reset.py
    │   ├── FilesByGoogle_FilesMaster.py
    │   ├── FilesByGoogle_SearchHistory.py
    │   ├── firefoxCookies.py
    │   ├── firefoxDownloads.py
    │   ├── firefoxFormHistory.py
    │   ├── firefoxPermissions.py
    │   ├── firefox.py
    │   ├── firefoxRecentlyClosedTabs.py
    │   ├── firefoxTopSites.py
    │   ├── fitbitActivity.py
    │   ├── fitbitDevices.py
    │   ├── fitbitExercise.py
    │   ├── fitbitHeart.py
    │   ├── fitbitSleep.py
    │   ├── fitbitSocial.py
    │   ├── fitbitWalk.py
    │   ├── gboard.py
    │   ├── gmail.py
    │   ├── googleCallScreen.py
    │   ├── googleDuo.py
    │   ├── googleKeepNotes.py
    │   ├── googlemapaudio.py
    │   ├── googlemaplocation.py
    │   ├── googleMessages.py
    │   ├── googleNowPlaying.py
    │   ├── googlePhotos.py
    │   ├── googlePlaySearches.py
    │   ├── googleQuickSearchbox.py
    │   ├── googleQuickSearchboxRecent.py
    │   ├── googleTasks.py
    │   ├── HideX.py
    │   ├── imo.py
    │   ├── installedappsGass.py
    │   ├── installedappsLibrary.py
    │   ├── installedappsVending.py
    │   ├── last_boot_time.py
    │   ├── lgRCS.py
    │   ├── line.py
    │   ├── mega.py
    │   ├── mewe.py
    │   ├── Oruxmaps.py
    │   ├── packageGplinks.py
    │   ├── packageInfo.py
    │   ├── permissions.py
    │   ├── persistentProp.py
    │   ├── playgroundVault.py
    │   ├── powerOffReset.py
    │   ├── protonmailContacts.py
    │   ├── protonmailMessages.py
    │   ├── pSettings.py
    │   ├── recentactivity.py
    │   ├── roles.py
    │   ├── runtimePerms.py
    │   ├── samsungWeatherClock.py
    │   ├── scontextLog.py
    │   ├── settingsSecure.py
    │   ├── setupWizardinfo.py
    │   ├── shareit.py
    │   ├── shutdown_checkpoints.py
    │   ├── siminfo.py
    │   ├── skout.py
    │   ├── skype.py
    │   ├── smanagerCrash.py
    │   ├── smanagerLow.py
    │   ├── smembersAppInv.py
    │   ├── smembersEvents.py
    │   ├── smsmms.py
    │   ├── smyFiles.py
    │   ├── smyfilesRecents.py
    │   ├── smyfilesStored.py
    │   ├── snapchat.py
    │   ├── sRecoveryhist.py
    │   ├── suggestions.py
    │   ├── swellbeing.py
    │   ├── sWipehist.py
    │   ├── tangomessage.py
    │   ├── teams.py
    │   ├── textnow.py
    │   ├── tikTok.py
    │   ├── torThumbs.py
    │   ├── Turbo_AppUsage.py
    │   ├── Turbo_Battery.py
    │   ├── usageapps.py
    │   ├── usagestats_pb
    │   │   ├── configuration_pb2.py
    │   │   ├── descriptor_pb2.py
    │   │   ├── locale_pb2.py
    │   │   ├── privacy_pb2.py
    │   │   ├── rect_pb2.py
    │   │   ├── usagestatsservice_pb2.py
    │   │   ├── usagestatsservice_v2_pb2.py
    │   │   └── window_configuration_pb2.py
    │   ├── usagestats.py
    │   ├── usagestatsVersion.py
    │   ├── userDict.py
    │   ├── Viber.py
    │   ├── vlcMedia.py
    │   ├── vlcThumbs.py
    │   ├── walStrings.py
    │   ├── waze.py
    │   ├── wellbeingaccount.py
    │   ├── wellbeing.py
    │   ├── wellbeingURLs.py
    │   ├── Whatsapp.py
    │   ├── wifiConfigstore.py
    │   ├── wifiHotspot.py
    │   ├── wifiProfiles.py
    │   ├── WordsWithFriends.py
    │   ├── Xender.py
    │   └── Zapya.py
    ├── dark-mode.css
    ├── dark-mode-switch.js
    ├── dashboard.css
    ├── feather.min.js
    ├── html_parts.py
    ├── ilap_artifacts.py
    ├── ilapfuncs.py
    ├── logo.jpg
    ├── MDB-Free_4.13.0
    │   ├── css
    │   │   ├── addons
    │   │   │   ├── datatables.min.css
    │   │   │   ├── datatables-select.min.css
    │   │   │   ├── directives.min.css
    │   │   │   ├── flag.min.css
    │   │   │   ├── jquery.zmd.hierarchical-display.min.css
    │   │   │   └── rating.min.css
    │   │   ├── bootstrap.css
    │   │   ├── bootstrap.min.css
    │   │   ├── mdb.css
    │   │   ├── mdb.lite.css
    │   │   ├── mdb.lite.min.css
    │   │   ├── mdb.min.css
    │   │   ├── modules
    │   │   │   └── animations-extended.min.css
    │   │   └── style.css
    │   ├── img
    │   │   ├── overlays
    │   │   │   ├── 01.png
    │   │   │   ├── 02.png
    │   │   │   ├── 03.png
    │   │   │   ├── 04.png
    │   │   │   ├── 05.png
    │   │   │   ├── 06.png
    │   │   │   ├── 07.png
    │   │   │   ├── 08.png
    │   │   │   └── 09.png
    │   │   └── svg
    │   │       ├── arrow_left.svg
    │   │       └── arrow_right.svg
    │   └── js
    │       ├── addons
    │       │   ├── datatables.min.js
    │       │   ├── datatables-select.min.js
    │       │   ├── directives.min.js
    │       │   ├── flag.min.js
    │       │   ├── imagesloaded.pkgd.min.js
    │       │   ├── jquery.zmd.hierarchical-display.min.js
    │       │   ├── masonry.pkgd.min.js
    │       │   └── rating.min.js
    │       ├── bootstrap.js
    │       ├── bootstrap.min.js
    │       ├── jquery.js
    │       ├── jquery.min.js
    │       ├── mdb.js
    │       ├── mdb.min.js
    │       ├── modules
    │       │   ├── animations-extended.min.js
    │       │   ├── forms-free.min.js
    │       │   ├── scrolling-navbar.min.js
    │       │   ├── treeview.min.js
    │       │   └── wow.min.js
    │       ├── popper.js
    │       └── popper.min.js
    ├── parse3.py
    ├── report.py
    ├── search_files.py
    └── version_info.py

17 directories, 230 files

Am I missing something?

abrignoni commented 2 years ago

The spec file is for a Windows binary. You need to execute pyinstaller in a Windows computer in order to get a Windows binary.

For details on pyinstaller on Linux see here: https://programming-review.com/python/pyinstaller

I will be happy to merge spec files for other operating systems than Windows if anyone provides them via pull request.