This file lists modules PyInstaller was not able to find. This does not necessarily mean this module is required for running your program. Python and Python 3rd-party packages include a lot of conditional or optional modules. 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 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 tracking down the missing module yourself. Thanks! missing module named org - imported by copy (optional) missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional) missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed) missing module named AppKit - imported by keyboard._darwinkeyboard (top-level) missing module named Quartz - imported by keyboard._darwinkeyboard (top-level) missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional) excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional) missing module named grp - imported by shutil (optional), tarfile (optional) missing module named fcntl - imported by keyboard._nixcommon (delayed) missing module named vms_lib - imported by platform (delayed, conditional, optional) missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional) missing module named java - imported by platform (delayed) missing module named _winreg - imported by platform (delayed, optional) missing module named Queue - imported by keyboard (optional), keyboard._nixcommon (optional), keyboard._generic (optional) missing module named posix - imported by os (conditional, optional) missing module named resource - imported by posix (top-level) missing module named _posixsubprocess - imported by subprocess (conditional)