Python Forum
Error with Pyinstaller Modules
Thread Rating:
  • 3 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with Pyinstaller Modules
#1
Hey, I'm trying to create a bundled executable via PyInstaller for an assignment. Already tried multiple re-installations of Python but still PyInstaller creates Errors when building a Script without additional imports. I followed the PyInstaller Documentation, but can't figure out why these errors come up. Does anybody have an Idea?

#!/usr/bin/python3
print("Hello World")
input()
Error Log when build:

Error:
missing module named resource - imported by posix, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named posix - imported by os, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named _posixsubprocess - imported by subprocess, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named 'org.python' - imported by pickle, C:\Users\sym\Desktop\check\pyinstaller_check.py, xml.sax missing module named readline - imported by cmd, code, pdb, C:\Users\sym\Desktop\check\pyinstaller_check.py excluded module named _frozen_importlib - imported by importlib, importlib.abc, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named _frozen_importlib_external - imported by importlib._bootstrap, importlib, importlib.abc, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named _winreg - imported by platform, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named _scproxy - imported by urllib.request missing module named java - imported by platform, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named 'java.lang' - imported by platform, C:\Users\sym\Desktop\check\pyinstaller_check.py, xml.sax._exceptions missing module named vms_lib - imported by platform, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named termios - imported by tty, C:\Users\sym\Desktop\check\pyinstaller_check.py, getpass missing module named grp - imported by tarfile, shutil, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named pwd - imported by posixpath, tarfile, shutil, http.server, webbrowser, C:\Users\sym\Desktop\check\pyinstaller_check.py, netrc, getpass missing module named ce - imported by os, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named _dummy_threading - imported by dummy_threading, C:\Users\sym\Desktop\check\pyinstaller_check.py missing module named org - imported by copy, C:\Users\sym\Desktop\check\pyinstaller_check.py
*This is the Command Line I used: pyinstaller --clean --onedir "C:\Users\sym\Desktop\check\pyinstaller_check.py"
Reply


Messages In This Thread
Error with Pyinstaller Modules - by sym - Jan-16-2017, 10:33 AM
RE: Error with Pyinstaller Modules - by sym - Jan-19-2017, 08:24 AM
RE: Error with Pyinstaller Modules - by wavic - Jan-19-2017, 09:03 AM
RE: Error with Pyinstaller Modules - by snippsat - Jan-19-2017, 06:27 PM
RE: Error with Pyinstaller Modules - by sym - Jan-20-2017, 02:22 PM
RE: Error with Pyinstaller Modules - by snippsat - Jan-20-2017, 03:49 PM
RE: Error with Pyinstaller Modules - by sym - Jan-20-2017, 04:14 PM
RE: Error with Pyinstaller Modules - by snippsat - Jan-21-2017, 01:31 AM
RE: Error with Pyinstaller Modules - by sym - Jan-23-2017, 08:56 AM
RE: Error with Pyinstaller Modules - by sym - Jan-23-2017, 04:12 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020