This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
ib-clearance/build/IA/warn-IA.txt
Abdulkadir Furkan Şanlı 6d04b0f6f6 Rebuild binaries
2018-10-10 09:20:16 +02:00

31 lines
3.1 KiB
Plaintext

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
* delayed: imported from within a function
* optional: imported within a try-except-statement
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
yourself tracking down the missing module. Thanks!
missing module named org - imported by pickle (optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named _winreg - imported by platform (delayed, optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named java - imported by platform (delayed), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named 'java.lang' - imported by platform (delayed, optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level), xml.sax._exceptions (conditional)
missing module named vms_lib - imported by platform (delayed, conditional, optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named msvcrt - imported by subprocess (conditional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level), getpass (optional)
missing module named _winapi - imported by subprocess (conditional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named winreg - imported by platform (delayed, optional), mimetypes (optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level), urllib.request (delayed, conditional, optional)
missing module named _dummy_threading - imported by dummy_threading (optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named nt - imported by os (conditional, optional), ntpath (conditional, optional), shutil (conditional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level)
missing module named 'org.python' - imported by copy (optional), /mnt/4f271fac-c0c0-43ac-adb3-616542a01c25/MEGA/Documents/Programming/IA/IA.py (top-level), xml.sax (delayed, conditional)