| 123456789101112131415161718192021222324252627282930 |
- This file lists modules PyInstaller was not able to find. This does not
- necessarily mean these modules are required for running your program. Both
- Python's standard library and 3rd-party Python packages often conditionally
- import optional modules, some of which may be available only on certain
- platforms.
- Types of 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 pyimod02_importers - imported by E:\theatre\venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
- missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (optional), netrc (delayed, optional), subprocess (delayed, conditional, optional)
- missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (optional), subprocess (delayed, conditional, optional)
- missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), pathlib._os (optional)
- missing module named resource - imported by posix (top-level)
- 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)
- missing module named _scproxy - imported by urllib.request (conditional)
- missing module named fcntl - imported by pathlib._os (optional), subprocess (optional)
- excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
- missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
- missing module named _posixsubprocess - imported by subprocess (conditional)
- missing module named vms_lib - imported by platform (delayed, optional)
- missing module named 'java.lang' - imported by platform (delayed, optional)
- missing module named java - imported by platform (delayed)
|