warn-main.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233
  1. This file lists modules PyInstaller was not able to find. This does not
  2. necessarily mean this module is required for running your program. Python and
  3. Python 3rd-party packages include a lot of conditional or optional modules. For
  4. example the module 'ntpath' only exists on Windows, whereas the module
  5. 'posixpath' only exists on Posix systems.
  6. Types if import:
  7. * top-level: imported at the top-level - look at these first
  8. * conditional: imported within an if-statement
  9. * delayed: imported within a function
  10. * optional: imported within a try-except-statement
  11. IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
  12. tracking down the missing module yourself. Thanks!
  13. missing module named org - imported by copy (optional)
  14. missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
  15. missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed)
  16. missing module named AppKit - imported by keyboard._darwinkeyboard (top-level)
  17. missing module named Quartz - imported by keyboard._darwinkeyboard (top-level)
  18. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
  19. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
  20. missing module named grp - imported by shutil (optional), tarfile (optional)
  21. missing module named fcntl - imported by keyboard._nixcommon (delayed)
  22. missing module named vms_lib - imported by platform (delayed, conditional, optional)
  23. missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
  24. missing module named java - imported by platform (delayed)
  25. missing module named _winreg - imported by platform (delayed, optional)
  26. missing module named Queue - imported by keyboard (optional), keyboard._nixcommon (optional), keyboard._generic (optional)
  27. missing module named posix - imported by os (conditional, optional)
  28. missing module named resource - imported by posix (top-level)
  29. missing module named _posixsubprocess - imported by subprocess (conditional)