想把 hello.py 变成 exe 文件,结果在 winXP 32 位系统下总失败,
warnhello.txt 的内容是:
missing module named resource - imported by posix, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named posix - imported by os, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named _posixsubprocess - imported by subprocess, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named 'org.python' - imported by pickle, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, xml.sax
missing module named ce - imported by os, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named readline - imported by cmd, code, pdb, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
excluded module named _frozen_importlib - imported by importlib, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named _scproxy - imported by urllib.request
missing module named java - imported by platform, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named 'java.lang' - imported by platform, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, xml.sax._exceptions
missing module named vms_lib - imported by platform, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named termios - imported by tty, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, getpass
missing module named _dummy_threading - imported by dummy_threading, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named grp - imported by tarfile, shutil, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named pwd - imported by posixpath, tarfile, shutil, http.server, webbrowser, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, getpass
missing module named org - imported by copy, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
warnhello.txt 的内容是:
missing module named resource - imported by posix, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named posix - imported by os, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named _posixsubprocess - imported by subprocess, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named 'org.python' - imported by pickle, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, xml.sax
missing module named ce - imported by os, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named readline - imported by cmd, code, pdb, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
excluded module named _frozen_importlib - imported by importlib, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named _scproxy - imported by urllib.request
missing module named java - imported by platform, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named 'java.lang' - imported by platform, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, xml.sax._exceptions
missing module named vms_lib - imported by platform, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named termios - imported by tty, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, getpass
missing module named _dummy_threading - imported by dummy_threading, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named grp - imported by tarfile, shutil, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py
missing module named pwd - imported by posixpath, tarfile, shutil, http.server, webbrowser, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py, getpass
missing module named org - imported by copy, D:\我的文档\Downloads\pyinstaller-pyinstaller-v3.3-12-g133d181\pyinstaller-pyinstaller-133d181\hello.py