warn-GuiCoupon.exe.txt 1.7 KB

12345678910111213141516171819202122232425
  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.python' - imported by copy (optional)
  14. missing module named org - imported by pickle (optional)
  15. missing module named winreg - imported by importlib._bootstrap_external (conditional)
  16. missing module named nt - imported by os (delayed, conditional, optional), ntpath (optional), shutil (conditional), importlib._bootstrap_external (conditional)
  17. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
  18. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
  19. missing module named pyimod02_importers - imported by /opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py (delayed)
  20. missing module named _winapi - imported by encodings (delayed, conditional, optional), ntpath (optional), subprocess (conditional)
  21. missing module named msvcrt - imported by subprocess (optional)