warn-theatre_app.txt 2.4 KB

123456789101112131415161718192021222324252627282930
  1. This file lists modules PyInstaller was not able to find. This does not
  2. necessarily mean these modules are required for running your program. Both
  3. Python's standard library and 3rd-party Python packages often conditionally
  4. import optional modules, some of which may be available only on certain
  5. platforms.
  6. Types of 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 pyimod02_importers - imported by E:\theatre\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
  14. missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (optional), netrc (delayed, optional), subprocess (delayed, conditional, optional)
  15. missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (optional), subprocess (delayed, conditional, optional)
  16. missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), pathlib._os (optional)
  17. missing module named resource - imported by posix (top-level)
  18. missing module named 'collections.abc' - imported by tracemalloc (top-level), typing (top-level), traceback (top-level), _colorize (top-level), logging (top-level), selectors (top-level), http.client (top-level), importlib.resources.readers (top-level), inspect (top-level)
  19. missing module named _scproxy - imported by urllib.request (conditional)
  20. missing module named fcntl - imported by pathlib._os (optional), subprocess (optional)
  21. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
  22. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
  23. missing module named _posixsubprocess - imported by subprocess (conditional)
  24. missing module named vms_lib - imported by platform (delayed, optional)
  25. missing module named 'java.lang' - imported by platform (delayed, optional)
  26. missing module named java - imported by platform (delayed)