Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

31 Zeilen
1.9 KiB

  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 pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional)
  14. missing module named org - imported by copy (optional)
  15. missing module named _posixsubprocess - imported by subprocess (optional)
  16. missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional)
  17. missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
  18. missing module named resource - imported by posix (top-level)
  19. missing module named 'org.python' - imported by pickle (optional)
  20. missing module named termios - imported by serial.serialposix (top-level)
  21. missing module named fcntl - imported by serial.serialposix (top-level)
  22. missing module named 'System.IO' - imported by serial.serialcli (top-level)
  23. missing module named System - imported by serial.serialcli (top-level)
  24. missing module named pep517 - imported by importlib.metadata (delayed)
  25. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
  26. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)