Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1.  
  2. This file lists modules PyInstaller was not able to find. This does not
  3. necessarily mean this module is required for running you program. Python and
  4. Python 3rd-party packages include a lot of conditional or optional module. For
  5. example the module 'ntpath' only exists on Windows, whereas the module
  6. 'posixpath' only exists on Posix systems.
  7.  
  8. Types if import:
  9. * top-level: imported at the top-level - look at these first
  10. * conditional: imported within an if-statement
  11. * delayed: imported from within a function
  12. * optional: imported within a try-except-statement
  13.  
  14. IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
  15. yourself tracking down the missing module. Thanks!
  16.  
  17. missing module named 'multiprocessing.forking' - imported by c:\users\antho\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_multiprocessing.py (optional)
  18. missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
  19. missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
  20. missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
  21. missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
  22. missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
  23. missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
  24. missing module named pyimod03_importers - imported by c:\users\antho\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py (top-level)
  25. missing module named StringIO - imported by pkg_resources._vendor.six (conditional)
  26. missing module named netbios - imported by uuid (delayed)
  27. missing module named win32wnet - imported by uuid (delayed)
  28. missing module named __builtin__ - imported by pkg_resources._vendor.pyparsing (conditional)
  29. missing module named ordereddict - imported by pkg_resources._vendor.pyparsing (optional)
  30. missing module named 'com.sun' - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional)
  31. missing module named com - imported by pkg_resources._vendor.appdirs (delayed)
  32. missing module named win32api - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional)
  33. missing module named win32com.shell - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional)
  34. missing module named 'pkg_resources.extern.pyparsing' - imported by pkg_resources._vendor.packaging.requirements (top-level), pkg_resources._vendor.packaging.markers (top-level)
  35. missing module named __main__ - imported by pkg_resources (delayed, optional)
  36. missing module named pkg_resources.extern.packaging - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
  37. missing module named pkg_resources.extern.appdirs - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
  38. missing module named 'pkg_resources.extern.six.moves' - imported by pkg_resources (top-level), pkg_resources._vendor.packaging.requirements (top-level)
  39. missing module named pkg_resources.extern.six - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
  40. missing module named resource - imported by posix (top-level), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  41. missing module named posix - imported by os (conditional, optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  42. missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  43. missing module named org - imported by pickle (optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  44. missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  45. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  46. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  47. missing module named _winreg - imported by platform (delayed, optional), pygame (conditional), pygame.sysfont (conditional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level), pkg_resources._vendor.appdirs (delayed)
  48. missing module named _scproxy - imported by urllib.request (conditional)
  49. missing module named java - imported by platform (delayed), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  50. missing module named 'java.lang' - imported by platform (delayed, optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level), xml.sax._exceptions (conditional)
  51. missing module named vms_lib - imported by platform (delayed, conditional, optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  52. missing module named termios - imported by tty (top-level), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level), getpass (optional)
  53. missing module named grp - imported by shutil (optional), tarfile (optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  54. missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), distutils.util (delayed, conditional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level), netrc (delayed, conditional), getpass (delayed)
  55. missing module named _dummy_threading - imported by dummy_threading (optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level)
  56. missing module named 'org.python' - imported by copy (optional), C:\Users\antho\Desktop\School\11th Grade\AP CSP\Python Workspace\PewdiepieGame\Main.py (top-level), xml.sax (delayed, conditional)
  57. missing module named copy_reg - imported by cStringIO (top-level), pygame (conditional)
  58. missing module named 'pygame._view' - imported by pygame (delayed)
  59. missing module named MacOS - imported by pygame.macosx (optional)
  60. missing module named macresource - imported by MacOS (top-level)
  61. missing module named pygame.sdlmain_osx - imported by pygame (top-level), pygame.macosx (top-level)
  62. missing module named OpenGL - imported by pygame (delayed)
  63. missing module named numpy - imported by pygame._numpysurfarray (top-level), pygame._numpysndarray (top-level), pygame (delayed)
  64. missing module named 'pygame.movie' - imported by pygame (optional)
  65. missing module named pygame.SRCALPHA - imported by pygame (top-level), pygame.ftfont (top-level)
  66. missing module named Queue - imported by pygame.threads (conditional)
  67. missing module named Py25Queue - imported by pygame.threads (conditional)
  68. missing module named cStringIO - imported by pygame.compat (conditional)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement