Commit 66faba52 by BellCodeEditor

auto save

parent 3515f1dd
(['C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\diy3.py'],
['C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1'],
['codecs'],
['C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks\\__pycache__',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\__pycache__',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\_pyinstaller_hooks_contrib\\hooks'],
{},
[],
[],
False,
False,
False,
'3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit '
'(AMD64)]',
[('pyi_rth_subprocess',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py',
'PYSOURCE'),
('pyi_rth_pkgutil',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
'PYSOURCE'),
('pyi_rth_inspect',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
'PYSOURCE'),
('diy3',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\diy3.py',
'PYSOURCE')],
[('os', 'c:\\users\\python\\lib\\os.py', 'PYMODULE'),
('subprocess', 'c:\\users\\python\\lib\\subprocess.py', 'PYMODULE'),
('selectors', 'c:\\users\\python\\lib\\selectors.py', 'PYMODULE'),
('threading', 'c:\\users\\python\\lib\\threading.py', 'PYMODULE'),
('_threading_local',
'c:\\users\\python\\lib\\_threading_local.py',
'PYMODULE'),
('contextlib', 'c:\\users\\python\\lib\\contextlib.py', 'PYMODULE'),
('signal', 'c:\\users\\python\\lib\\signal.py', 'PYMODULE'),
('_strptime', 'c:\\users\\python\\lib\\_strptime.py', 'PYMODULE'),
('datetime', 'c:\\users\\python\\lib\\datetime.py', 'PYMODULE'),
('calendar', 'c:\\users\\python\\lib\\calendar.py', 'PYMODULE'),
('argparse', 'c:\\users\\python\\lib\\argparse.py', 'PYMODULE'),
('textwrap', 'c:\\users\\python\\lib\\textwrap.py', 'PYMODULE'),
('copy', 'c:\\users\\python\\lib\\copy.py', 'PYMODULE'),
('gettext', 'c:\\users\\python\\lib\\gettext.py', 'PYMODULE'),
('struct', 'c:\\users\\python\\lib\\struct.py', 'PYMODULE'),
('ntpath', 'c:\\users\\python\\lib\\ntpath.py', 'PYMODULE'),
('string', 'c:\\users\\python\\lib\\string.py', 'PYMODULE'),
('genericpath', 'c:\\users\\python\\lib\\genericpath.py', 'PYMODULE'),
('posixpath', 'c:\\users\\python\\lib\\posixpath.py', 'PYMODULE'),
('stat', 'c:\\users\\python\\lib\\stat.py', 'PYMODULE'),
('inspect', 'c:\\users\\python\\lib\\inspect.py', 'PYMODULE'),
('importlib', 'c:\\users\\python\\lib\\importlib\\__init__.py', 'PYMODULE'),
('importlib.abc', 'c:\\users\\python\\lib\\importlib\\abc.py', 'PYMODULE'),
('importlib._bootstrap_external',
'c:\\users\\python\\lib\\importlib\\_bootstrap_external.py',
'PYMODULE'),
('importlib._bootstrap',
'c:\\users\\python\\lib\\importlib\\_bootstrap.py',
'PYMODULE'),
('ast', 'c:\\users\\python\\lib\\ast.py', 'PYMODULE'),
('token', 'c:\\users\\python\\lib\\token.py', 'PYMODULE'),
('importlib.machinery',
'c:\\users\\python\\lib\\importlib\\machinery.py',
'PYMODULE'),
('dis', 'c:\\users\\python\\lib\\dis.py', 'PYMODULE'),
('opcode', 'c:\\users\\python\\lib\\opcode.py', 'PYMODULE'),
('pkgutil', 'c:\\users\\python\\lib\\pkgutil.py', 'PYMODULE'),
('importlib.util', 'c:\\users\\python\\lib\\importlib\\util.py', 'PYMODULE'),
('_py_abc', 'c:\\users\\python\\lib\\_py_abc.py', 'PYMODULE'),
('typing', 'c:\\users\\python\\lib\\typing.py', 'PYMODULE'),
('quopri', 'c:\\users\\python\\lib\\quopri.py', 'PYMODULE'),
('getopt', 'c:\\users\\python\\lib\\getopt.py', 'PYMODULE'),
('stringprep', 'c:\\users\\python\\lib\\stringprep.py', 'PYMODULE'),
('bz2', 'c:\\users\\python\\lib\\bz2.py', 'PYMODULE'),
('_compression', 'c:\\users\\python\\lib\\_compression.py', 'PYMODULE'),
('base64', 'c:\\users\\python\\lib\\base64.py', 'PYMODULE'),
('tracemalloc', 'c:\\users\\python\\lib\\tracemalloc.py', 'PYMODULE'),
('pickle', 'c:\\users\\python\\lib\\pickle.py', 'PYMODULE'),
('pprint', 'c:\\users\\python\\lib\\pprint.py', 'PYMODULE'),
('doctest', 'c:\\users\\python\\lib\\doctest.py', 'PYMODULE'),
('unittest', 'c:\\users\\python\\lib\\unittest\\__init__.py', 'PYMODULE'),
('unittest.signals',
'c:\\users\\python\\lib\\unittest\\signals.py',
'PYMODULE'),
('unittest.main', 'c:\\users\\python\\lib\\unittest\\main.py', 'PYMODULE'),
('unittest.runner',
'c:\\users\\python\\lib\\unittest\\runner.py',
'PYMODULE'),
('unittest.loader',
'c:\\users\\python\\lib\\unittest\\loader.py',
'PYMODULE'),
('unittest.suite', 'c:\\users\\python\\lib\\unittest\\suite.py', 'PYMODULE'),
('unittest.case', 'c:\\users\\python\\lib\\unittest\\case.py', 'PYMODULE'),
('logging', 'c:\\users\\python\\lib\\logging\\__init__.py', 'PYMODULE'),
('unittest.result',
'c:\\users\\python\\lib\\unittest\\result.py',
'PYMODULE'),
('unittest.util', 'c:\\users\\python\\lib\\unittest\\util.py', 'PYMODULE'),
('pdb', 'c:\\users\\python\\lib\\pdb.py', 'PYMODULE'),
('pydoc', 'c:\\users\\python\\lib\\pydoc.py', 'PYMODULE'),
('webbrowser', 'c:\\users\\python\\lib\\webbrowser.py', 'PYMODULE'),
('socket', 'c:\\users\\python\\lib\\socket.py', 'PYMODULE'),
('shutil', 'c:\\users\\python\\lib\\shutil.py', 'PYMODULE'),
('zipfile', 'c:\\users\\python\\lib\\zipfile.py', 'PYMODULE'),
('py_compile', 'c:\\users\\python\\lib\\py_compile.py', 'PYMODULE'),
('tarfile', 'c:\\users\\python\\lib\\tarfile.py', 'PYMODULE'),
('gzip', 'c:\\users\\python\\lib\\gzip.py', 'PYMODULE'),
('lzma', 'c:\\users\\python\\lib\\lzma.py', 'PYMODULE'),
('email.message', 'c:\\users\\python\\lib\\email\\message.py', 'PYMODULE'),
('email.policy', 'c:\\users\\python\\lib\\email\\policy.py', 'PYMODULE'),
('email.contentmanager',
'c:\\users\\python\\lib\\email\\contentmanager.py',
'PYMODULE'),
('email.quoprimime',
'c:\\users\\python\\lib\\email\\quoprimime.py',
'PYMODULE'),
('email.headerregistry',
'c:\\users\\python\\lib\\email\\headerregistry.py',
'PYMODULE'),
('email._header_value_parser',
'c:\\users\\python\\lib\\email\\_header_value_parser.py',
'PYMODULE'),
('urllib', 'c:\\users\\python\\lib\\urllib\\__init__.py', 'PYMODULE'),
('email.iterators',
'c:\\users\\python\\lib\\email\\iterators.py',
'PYMODULE'),
('email.generator',
'c:\\users\\python\\lib\\email\\generator.py',
'PYMODULE'),
('email._encoded_words',
'c:\\users\\python\\lib\\email\\_encoded_words.py',
'PYMODULE'),
('email.charset', 'c:\\users\\python\\lib\\email\\charset.py', 'PYMODULE'),
('email.encoders', 'c:\\users\\python\\lib\\email\\encoders.py', 'PYMODULE'),
('email.base64mime',
'c:\\users\\python\\lib\\email\\base64mime.py',
'PYMODULE'),
('email._policybase',
'c:\\users\\python\\lib\\email\\_policybase.py',
'PYMODULE'),
('email.header', 'c:\\users\\python\\lib\\email\\header.py', 'PYMODULE'),
('email.errors', 'c:\\users\\python\\lib\\email\\errors.py', 'PYMODULE'),
('email.utils', 'c:\\users\\python\\lib\\email\\utils.py', 'PYMODULE'),
('email._parseaddr',
'c:\\users\\python\\lib\\email\\_parseaddr.py',
'PYMODULE'),
('email', 'c:\\users\\python\\lib\\email\\__init__.py', 'PYMODULE'),
('email.parser', 'c:\\users\\python\\lib\\email\\parser.py', 'PYMODULE'),
('email.feedparser',
'c:\\users\\python\\lib\\email\\feedparser.py',
'PYMODULE'),
('uu', 'c:\\users\\python\\lib\\uu.py', 'PYMODULE'),
('optparse', 'c:\\users\\python\\lib\\optparse.py', 'PYMODULE'),
('http.server', 'c:\\users\\python\\lib\\http\\server.py', 'PYMODULE'),
('http', 'c:\\users\\python\\lib\\http\\__init__.py', 'PYMODULE'),
('socketserver', 'c:\\users\\python\\lib\\socketserver.py', 'PYMODULE'),
('mimetypes', 'c:\\users\\python\\lib\\mimetypes.py', 'PYMODULE'),
('http.client', 'c:\\users\\python\\lib\\http\\client.py', 'PYMODULE'),
('ssl', 'c:\\users\\python\\lib\\ssl.py', 'PYMODULE'),
('html', 'c:\\users\\python\\lib\\html\\__init__.py', 'PYMODULE'),
('html.entities', 'c:\\users\\python\\lib\\html\\entities.py', 'PYMODULE'),
('pydoc_data.topics',
'c:\\users\\python\\lib\\pydoc_data\\topics.py',
'PYMODULE'),
('pydoc_data', 'c:\\users\\python\\lib\\pydoc_data\\__init__.py', 'PYMODULE'),
('tty', 'c:\\users\\python\\lib\\tty.py', 'PYMODULE'),
('tempfile', 'c:\\users\\python\\lib\\tempfile.py', 'PYMODULE'),
('urllib.parse', 'c:\\users\\python\\lib\\urllib\\parse.py', 'PYMODULE'),
('platform', 'c:\\users\\python\\lib\\platform.py', 'PYMODULE'),
('plistlib', 'c:\\users\\python\\lib\\plistlib.py', 'PYMODULE'),
('xml.parsers.expat',
'c:\\users\\python\\lib\\xml\\parsers\\expat.py',
'PYMODULE'),
('xml.parsers',
'c:\\users\\python\\lib\\xml\\parsers\\__init__.py',
'PYMODULE'),
('xml', 'c:\\users\\python\\lib\\xml\\__init__.py', 'PYMODULE'),
('xml.sax.expatreader',
'c:\\users\\python\\lib\\xml\\sax\\expatreader.py',
'PYMODULE'),
('xml.sax.saxutils',
'c:\\users\\python\\lib\\xml\\sax\\saxutils.py',
'PYMODULE'),
('urllib.request', 'c:\\users\\python\\lib\\urllib\\request.py', 'PYMODULE'),
('getpass', 'c:\\users\\python\\lib\\getpass.py', 'PYMODULE'),
('nturl2path', 'c:\\users\\python\\lib\\nturl2path.py', 'PYMODULE'),
('ftplib', 'c:\\users\\python\\lib\\ftplib.py', 'PYMODULE'),
('netrc', 'c:\\users\\python\\lib\\netrc.py', 'PYMODULE'),
('http.cookiejar', 'c:\\users\\python\\lib\\http\\cookiejar.py', 'PYMODULE'),
('urllib.response',
'c:\\users\\python\\lib\\urllib\\response.py',
'PYMODULE'),
('urllib.error', 'c:\\users\\python\\lib\\urllib\\error.py', 'PYMODULE'),
('hashlib', 'c:\\users\\python\\lib\\hashlib.py', 'PYMODULE'),
('bisect', 'c:\\users\\python\\lib\\bisect.py', 'PYMODULE'),
('xml.sax', 'c:\\users\\python\\lib\\xml\\sax\\__init__.py', 'PYMODULE'),
('xml.sax.handler',
'c:\\users\\python\\lib\\xml\\sax\\handler.py',
'PYMODULE'),
('xml.sax._exceptions',
'c:\\users\\python\\lib\\xml\\sax\\_exceptions.py',
'PYMODULE'),
('xml.sax.xmlreader',
'c:\\users\\python\\lib\\xml\\sax\\xmlreader.py',
'PYMODULE'),
('runpy', 'c:\\users\\python\\lib\\runpy.py', 'PYMODULE'),
('shlex', 'c:\\users\\python\\lib\\shlex.py', 'PYMODULE'),
('glob', 'c:\\users\\python\\lib\\glob.py', 'PYMODULE'),
('code', 'c:\\users\\python\\lib\\code.py', 'PYMODULE'),
('codeop', 'c:\\users\\python\\lib\\codeop.py', 'PYMODULE'),
('bdb', 'c:\\users\\python\\lib\\bdb.py', 'PYMODULE'),
('cmd', 'c:\\users\\python\\lib\\cmd.py', 'PYMODULE'),
('difflib', 'c:\\users\\python\\lib\\difflib.py', 'PYMODULE'),
('__future__', 'c:\\users\\python\\lib\\__future__.py', 'PYMODULE'),
('_compat_pickle', 'c:\\users\\python\\lib\\_compat_pickle.py', 'PYMODULE'),
('fnmatch', 'c:\\users\\python\\lib\\fnmatch.py', 'PYMODULE'),
('random', 'c:\\users\\python\\lib\\random.py', 'PYMODULE')],
[('python37.dll', 'c:\\users\\python\\python37.dll', 'BINARY'),
('VCRUNTIME140.dll', 'c:\\users\\python\\VCRUNTIME140.dll', 'BINARY'),
('select', 'c:\\users\\python\\DLLs\\select.pyd', 'EXTENSION'),
('unicodedata', 'c:\\users\\python\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('_bz2', 'c:\\users\\python\\DLLs\\_bz2.pyd', 'EXTENSION'),
('_socket', 'c:\\users\\python\\DLLs\\_socket.pyd', 'EXTENSION'),
('_lzma', 'c:\\users\\python\\DLLs\\_lzma.pyd', 'EXTENSION'),
('_ssl', 'c:\\users\\python\\DLLs\\_ssl.pyd', 'EXTENSION'),
('_hashlib', 'c:\\users\\python\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('pyexpat', 'c:\\users\\python\\DLLs\\pyexpat.pyd', 'EXTENSION'),
('libcrypto-1_1-x64.dll',
'c:\\users\\python\\DLLs\\libcrypto-1_1-x64.dll',
'BINARY'),
('libssl-1_1-x64.dll',
'c:\\users\\python\\DLLs\\libssl-1_1-x64.dll',
'BINARY')],
[],
[],
[('base_library.zip',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\base_library.zip',
'DATA')],
[])
('C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\dist\\diy3.exe',
True,
False,
False,
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico',
None,
False,
False,
'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"><assemblyIdentity name="diy3" processorArchitecture="amd64" type="win32" version="1.0.0.0"/><trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security></trustInfo><dependency><dependentAssembly><assemblyIdentity language="*" name="Microsoft.Windows.Common-Controls" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" type="win32" version="6.0.0.0"/></dependentAssembly></dependency><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/><supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/><supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/><supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/></application></compatibility><application xmlns="urn:schemas-microsoft-com:asm.v3"><windowsSettings><longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware></windowsSettings></application></assembly>',
True,
True,
False,
None,
None,
None,
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\diy3.pkg',
[('PYZ-00.pyz',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\PYZ-00.pyz',
'PYZ'),
('struct',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\localpycos\\struct.pyo',
'PYMODULE'),
('pyimod01_os_path',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
'PYMODULE'),
('pyimod02_archive',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
'PYMODULE'),
('pyimod03_importers',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
'PYMODULE'),
('pyimod04_ctypes',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod04_ctypes.pyc',
'PYMODULE'),
('pyiboot01_bootstrap',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
'PYSOURCE'),
('pyi_rth_subprocess',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py',
'PYSOURCE'),
('pyi_rth_pkgutil',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
'PYSOURCE'),
('pyi_rth_inspect',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
'PYSOURCE'),
('diy3',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\diy3.py',
'PYSOURCE'),
('python37.dll', 'c:\\users\\python\\python37.dll', 'BINARY'),
('VCRUNTIME140.dll', 'c:\\users\\python\\VCRUNTIME140.dll', 'BINARY'),
('select', 'c:\\users\\python\\DLLs\\select.pyd', 'EXTENSION'),
('unicodedata', 'c:\\users\\python\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('_bz2', 'c:\\users\\python\\DLLs\\_bz2.pyd', 'EXTENSION'),
('_socket', 'c:\\users\\python\\DLLs\\_socket.pyd', 'EXTENSION'),
('_lzma', 'c:\\users\\python\\DLLs\\_lzma.pyd', 'EXTENSION'),
('_ssl', 'c:\\users\\python\\DLLs\\_ssl.pyd', 'EXTENSION'),
('_hashlib', 'c:\\users\\python\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('pyexpat', 'c:\\users\\python\\DLLs\\pyexpat.pyd', 'EXTENSION'),
('libcrypto-1_1-x64.dll',
'c:\\users\\python\\DLLs\\libcrypto-1_1-x64.dll',
'BINARY'),
('libssl-1_1-x64.dll',
'c:\\users\\python\\DLLs\\libssl-1_1-x64.dll',
'BINARY'),
('base_library.zip',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\base_library.zip',
'DATA')],
[],
False,
False,
1664538629,
[('run.exe',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe',
'EXECUTABLE')])
('C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\diy3.pkg',
{'BINARY': 1,
'DATA': 1,
'EXECUTABLE': 1,
'EXTENSION': 1,
'PYMODULE': 1,
'PYSOURCE': 1,
'PYZ': 0,
'SPLASH': 1},
[('PYZ-00.pyz',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\PYZ-00.pyz',
'PYZ'),
('struct',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\localpycos\\struct.pyo',
'PYMODULE'),
('pyimod01_os_path',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
'PYMODULE'),
('pyimod02_archive',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
'PYMODULE'),
('pyimod03_importers',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
'PYMODULE'),
('pyimod04_ctypes',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod04_ctypes.pyc',
'PYMODULE'),
('pyiboot01_bootstrap',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
'PYSOURCE'),
('pyi_rth_subprocess',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py',
'PYSOURCE'),
('pyi_rth_pkgutil',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
'PYSOURCE'),
('pyi_rth_inspect',
'C:\\Users\\74902\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
'PYSOURCE'),
('diy3',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\diy3.py',
'PYSOURCE'),
('python37.dll', 'c:\\users\\python\\python37.dll', 'BINARY'),
('VCRUNTIME140.dll', 'c:\\users\\python\\VCRUNTIME140.dll', 'BINARY'),
('select', 'c:\\users\\python\\DLLs\\select.pyd', 'EXTENSION'),
('unicodedata', 'c:\\users\\python\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('_bz2', 'c:\\users\\python\\DLLs\\_bz2.pyd', 'EXTENSION'),
('_socket', 'c:\\users\\python\\DLLs\\_socket.pyd', 'EXTENSION'),
('_lzma', 'c:\\users\\python\\DLLs\\_lzma.pyd', 'EXTENSION'),
('_ssl', 'c:\\users\\python\\DLLs\\_ssl.pyd', 'EXTENSION'),
('_hashlib', 'c:\\users\\python\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('pyexpat', 'c:\\users\\python\\DLLs\\pyexpat.pyd', 'EXTENSION'),
('libcrypto-1_1-x64.dll',
'c:\\users\\python\\DLLs\\libcrypto-1_1-x64.dll',
'BINARY'),
('libssl-1_1-x64.dll',
'c:\\users\\python\\DLLs\\libssl-1_1-x64.dll',
'BINARY'),
('base_library.zip',
'C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\base_library.zip',
'DATA')],
False,
False,
False,
[],
None,
None,
None)
('C:\\Users\\74902\\Documents\\lesson2-1-1_DIY1\\build\\diy3\\PYZ-00.pyz',
[('os', 'c:\\users\\python\\lib\\os.py', 'PYMODULE'),
('subprocess', 'c:\\users\\python\\lib\\subprocess.py', 'PYMODULE'),
('selectors', 'c:\\users\\python\\lib\\selectors.py', 'PYMODULE'),
('threading', 'c:\\users\\python\\lib\\threading.py', 'PYMODULE'),
('_threading_local',
'c:\\users\\python\\lib\\_threading_local.py',
'PYMODULE'),
('contextlib', 'c:\\users\\python\\lib\\contextlib.py', 'PYMODULE'),
('signal', 'c:\\users\\python\\lib\\signal.py', 'PYMODULE'),
('_strptime', 'c:\\users\\python\\lib\\_strptime.py', 'PYMODULE'),
('datetime', 'c:\\users\\python\\lib\\datetime.py', 'PYMODULE'),
('calendar', 'c:\\users\\python\\lib\\calendar.py', 'PYMODULE'),
('argparse', 'c:\\users\\python\\lib\\argparse.py', 'PYMODULE'),
('textwrap', 'c:\\users\\python\\lib\\textwrap.py', 'PYMODULE'),
('copy', 'c:\\users\\python\\lib\\copy.py', 'PYMODULE'),
('gettext', 'c:\\users\\python\\lib\\gettext.py', 'PYMODULE'),
('struct', 'c:\\users\\python\\lib\\struct.py', 'PYMODULE'),
('ntpath', 'c:\\users\\python\\lib\\ntpath.py', 'PYMODULE'),
('string', 'c:\\users\\python\\lib\\string.py', 'PYMODULE'),
('genericpath', 'c:\\users\\python\\lib\\genericpath.py', 'PYMODULE'),
('posixpath', 'c:\\users\\python\\lib\\posixpath.py', 'PYMODULE'),
('stat', 'c:\\users\\python\\lib\\stat.py', 'PYMODULE'),
('inspect', 'c:\\users\\python\\lib\\inspect.py', 'PYMODULE'),
('importlib', 'c:\\users\\python\\lib\\importlib\\__init__.py', 'PYMODULE'),
('importlib.abc', 'c:\\users\\python\\lib\\importlib\\abc.py', 'PYMODULE'),
('importlib._bootstrap_external',
'c:\\users\\python\\lib\\importlib\\_bootstrap_external.py',
'PYMODULE'),
('importlib._bootstrap',
'c:\\users\\python\\lib\\importlib\\_bootstrap.py',
'PYMODULE'),
('ast', 'c:\\users\\python\\lib\\ast.py', 'PYMODULE'),
('token', 'c:\\users\\python\\lib\\token.py', 'PYMODULE'),
('importlib.machinery',
'c:\\users\\python\\lib\\importlib\\machinery.py',
'PYMODULE'),
('dis', 'c:\\users\\python\\lib\\dis.py', 'PYMODULE'),
('opcode', 'c:\\users\\python\\lib\\opcode.py', 'PYMODULE'),
('pkgutil', 'c:\\users\\python\\lib\\pkgutil.py', 'PYMODULE'),
('importlib.util', 'c:\\users\\python\\lib\\importlib\\util.py', 'PYMODULE'),
('_py_abc', 'c:\\users\\python\\lib\\_py_abc.py', 'PYMODULE'),
('typing', 'c:\\users\\python\\lib\\typing.py', 'PYMODULE'),
('quopri', 'c:\\users\\python\\lib\\quopri.py', 'PYMODULE'),
('getopt', 'c:\\users\\python\\lib\\getopt.py', 'PYMODULE'),
('stringprep', 'c:\\users\\python\\lib\\stringprep.py', 'PYMODULE'),
('bz2', 'c:\\users\\python\\lib\\bz2.py', 'PYMODULE'),
('_compression', 'c:\\users\\python\\lib\\_compression.py', 'PYMODULE'),
('base64', 'c:\\users\\python\\lib\\base64.py', 'PYMODULE'),
('tracemalloc', 'c:\\users\\python\\lib\\tracemalloc.py', 'PYMODULE'),
('pickle', 'c:\\users\\python\\lib\\pickle.py', 'PYMODULE'),
('pprint', 'c:\\users\\python\\lib\\pprint.py', 'PYMODULE'),
('doctest', 'c:\\users\\python\\lib\\doctest.py', 'PYMODULE'),
('unittest', 'c:\\users\\python\\lib\\unittest\\__init__.py', 'PYMODULE'),
('unittest.signals',
'c:\\users\\python\\lib\\unittest\\signals.py',
'PYMODULE'),
('unittest.main', 'c:\\users\\python\\lib\\unittest\\main.py', 'PYMODULE'),
('unittest.runner',
'c:\\users\\python\\lib\\unittest\\runner.py',
'PYMODULE'),
('unittest.loader',
'c:\\users\\python\\lib\\unittest\\loader.py',
'PYMODULE'),
('unittest.suite', 'c:\\users\\python\\lib\\unittest\\suite.py', 'PYMODULE'),
('unittest.case', 'c:\\users\\python\\lib\\unittest\\case.py', 'PYMODULE'),
('logging', 'c:\\users\\python\\lib\\logging\\__init__.py', 'PYMODULE'),
('unittest.result',
'c:\\users\\python\\lib\\unittest\\result.py',
'PYMODULE'),
('unittest.util', 'c:\\users\\python\\lib\\unittest\\util.py', 'PYMODULE'),
('pdb', 'c:\\users\\python\\lib\\pdb.py', 'PYMODULE'),
('pydoc', 'c:\\users\\python\\lib\\pydoc.py', 'PYMODULE'),
('webbrowser', 'c:\\users\\python\\lib\\webbrowser.py', 'PYMODULE'),
('socket', 'c:\\users\\python\\lib\\socket.py', 'PYMODULE'),
('shutil', 'c:\\users\\python\\lib\\shutil.py', 'PYMODULE'),
('zipfile', 'c:\\users\\python\\lib\\zipfile.py', 'PYMODULE'),
('py_compile', 'c:\\users\\python\\lib\\py_compile.py', 'PYMODULE'),
('tarfile', 'c:\\users\\python\\lib\\tarfile.py', 'PYMODULE'),
('gzip', 'c:\\users\\python\\lib\\gzip.py', 'PYMODULE'),
('lzma', 'c:\\users\\python\\lib\\lzma.py', 'PYMODULE'),
('email.message', 'c:\\users\\python\\lib\\email\\message.py', 'PYMODULE'),
('email.policy', 'c:\\users\\python\\lib\\email\\policy.py', 'PYMODULE'),
('email.contentmanager',
'c:\\users\\python\\lib\\email\\contentmanager.py',
'PYMODULE'),
('email.quoprimime',
'c:\\users\\python\\lib\\email\\quoprimime.py',
'PYMODULE'),
('email.headerregistry',
'c:\\users\\python\\lib\\email\\headerregistry.py',
'PYMODULE'),
('email._header_value_parser',
'c:\\users\\python\\lib\\email\\_header_value_parser.py',
'PYMODULE'),
('urllib', 'c:\\users\\python\\lib\\urllib\\__init__.py', 'PYMODULE'),
('email.iterators',
'c:\\users\\python\\lib\\email\\iterators.py',
'PYMODULE'),
('email.generator',
'c:\\users\\python\\lib\\email\\generator.py',
'PYMODULE'),
('email._encoded_words',
'c:\\users\\python\\lib\\email\\_encoded_words.py',
'PYMODULE'),
('email.charset', 'c:\\users\\python\\lib\\email\\charset.py', 'PYMODULE'),
('email.encoders', 'c:\\users\\python\\lib\\email\\encoders.py', 'PYMODULE'),
('email.base64mime',
'c:\\users\\python\\lib\\email\\base64mime.py',
'PYMODULE'),
('email._policybase',
'c:\\users\\python\\lib\\email\\_policybase.py',
'PYMODULE'),
('email.header', 'c:\\users\\python\\lib\\email\\header.py', 'PYMODULE'),
('email.errors', 'c:\\users\\python\\lib\\email\\errors.py', 'PYMODULE'),
('email.utils', 'c:\\users\\python\\lib\\email\\utils.py', 'PYMODULE'),
('email._parseaddr',
'c:\\users\\python\\lib\\email\\_parseaddr.py',
'PYMODULE'),
('email', 'c:\\users\\python\\lib\\email\\__init__.py', 'PYMODULE'),
('email.parser', 'c:\\users\\python\\lib\\email\\parser.py', 'PYMODULE'),
('email.feedparser',
'c:\\users\\python\\lib\\email\\feedparser.py',
'PYMODULE'),
('uu', 'c:\\users\\python\\lib\\uu.py', 'PYMODULE'),
('optparse', 'c:\\users\\python\\lib\\optparse.py', 'PYMODULE'),
('http.server', 'c:\\users\\python\\lib\\http\\server.py', 'PYMODULE'),
('http', 'c:\\users\\python\\lib\\http\\__init__.py', 'PYMODULE'),
('socketserver', 'c:\\users\\python\\lib\\socketserver.py', 'PYMODULE'),
('mimetypes', 'c:\\users\\python\\lib\\mimetypes.py', 'PYMODULE'),
('http.client', 'c:\\users\\python\\lib\\http\\client.py', 'PYMODULE'),
('ssl', 'c:\\users\\python\\lib\\ssl.py', 'PYMODULE'),
('html', 'c:\\users\\python\\lib\\html\\__init__.py', 'PYMODULE'),
('html.entities', 'c:\\users\\python\\lib\\html\\entities.py', 'PYMODULE'),
('pydoc_data.topics',
'c:\\users\\python\\lib\\pydoc_data\\topics.py',
'PYMODULE'),
('pydoc_data', 'c:\\users\\python\\lib\\pydoc_data\\__init__.py', 'PYMODULE'),
('tty', 'c:\\users\\python\\lib\\tty.py', 'PYMODULE'),
('tempfile', 'c:\\users\\python\\lib\\tempfile.py', 'PYMODULE'),
('urllib.parse', 'c:\\users\\python\\lib\\urllib\\parse.py', 'PYMODULE'),
('platform', 'c:\\users\\python\\lib\\platform.py', 'PYMODULE'),
('plistlib', 'c:\\users\\python\\lib\\plistlib.py', 'PYMODULE'),
('xml.parsers.expat',
'c:\\users\\python\\lib\\xml\\parsers\\expat.py',
'PYMODULE'),
('xml.parsers',
'c:\\users\\python\\lib\\xml\\parsers\\__init__.py',
'PYMODULE'),
('xml', 'c:\\users\\python\\lib\\xml\\__init__.py', 'PYMODULE'),
('xml.sax.expatreader',
'c:\\users\\python\\lib\\xml\\sax\\expatreader.py',
'PYMODULE'),
('xml.sax.saxutils',
'c:\\users\\python\\lib\\xml\\sax\\saxutils.py',
'PYMODULE'),
('urllib.request', 'c:\\users\\python\\lib\\urllib\\request.py', 'PYMODULE'),
('getpass', 'c:\\users\\python\\lib\\getpass.py', 'PYMODULE'),
('nturl2path', 'c:\\users\\python\\lib\\nturl2path.py', 'PYMODULE'),
('ftplib', 'c:\\users\\python\\lib\\ftplib.py', 'PYMODULE'),
('netrc', 'c:\\users\\python\\lib\\netrc.py', 'PYMODULE'),
('http.cookiejar', 'c:\\users\\python\\lib\\http\\cookiejar.py', 'PYMODULE'),
('urllib.response',
'c:\\users\\python\\lib\\urllib\\response.py',
'PYMODULE'),
('urllib.error', 'c:\\users\\python\\lib\\urllib\\error.py', 'PYMODULE'),
('hashlib', 'c:\\users\\python\\lib\\hashlib.py', 'PYMODULE'),
('bisect', 'c:\\users\\python\\lib\\bisect.py', 'PYMODULE'),
('xml.sax', 'c:\\users\\python\\lib\\xml\\sax\\__init__.py', 'PYMODULE'),
('xml.sax.handler',
'c:\\users\\python\\lib\\xml\\sax\\handler.py',
'PYMODULE'),
('xml.sax._exceptions',
'c:\\users\\python\\lib\\xml\\sax\\_exceptions.py',
'PYMODULE'),
('xml.sax.xmlreader',
'c:\\users\\python\\lib\\xml\\sax\\xmlreader.py',
'PYMODULE'),
('runpy', 'c:\\users\\python\\lib\\runpy.py', 'PYMODULE'),
('shlex', 'c:\\users\\python\\lib\\shlex.py', 'PYMODULE'),
('glob', 'c:\\users\\python\\lib\\glob.py', 'PYMODULE'),
('code', 'c:\\users\\python\\lib\\code.py', 'PYMODULE'),
('codeop', 'c:\\users\\python\\lib\\codeop.py', 'PYMODULE'),
('bdb', 'c:\\users\\python\\lib\\bdb.py', 'PYMODULE'),
('cmd', 'c:\\users\\python\\lib\\cmd.py', 'PYMODULE'),
('difflib', 'c:\\users\\python\\lib\\difflib.py', 'PYMODULE'),
('__future__', 'c:\\users\\python\\lib\\__future__.py', 'PYMODULE'),
('_compat_pickle', 'c:\\users\\python\\lib\\_compat_pickle.py', 'PYMODULE'),
('fnmatch', 'c:\\users\\python\\lib\\fnmatch.py', 'PYMODULE'),
('random', 'c:\\users\\python\\lib\\random.py', 'PYMODULE')])
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="diy3" processorArchitecture="amd64" type="win32" version="1.0.0.0"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity language="*" name="Microsoft.Windows.Common-Controls" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" type="win32" version="6.0.0.0"/>
</dependentAssembly>
</dependency>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>
\ No newline at end of file
This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running your program. Python and
Python 3rd-party packages include a lot of conditional or optional modules. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.
Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
* delayed: imported within a function
* optional: imported within a try-except-statement
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
tracking down the missing module yourself. Thanks!
missing module named _posixsubprocess - imported by subprocess (conditional)
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed)
missing module named posix - imported by os (conditional, optional)
missing module named resource - imported by posix (top-level)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
missing module named pyimod03_importers - imported by C:\Users\74902\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (top-level)
missing module named grp - imported by shutil (optional), tarfile (optional)
missing module named termios - imported by tty (top-level), getpass (optional)
missing module named vms_lib - imported by platform (delayed, conditional, optional)
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
missing module named java - imported by platform (delayed)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named _winreg - imported by platform (delayed, optional)
missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional)
missing module named org - imported by pickle (optional)
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
# 我们都爱夸夸夸 # 我们都爱夸夸夸
\ No newline at end of file name = input("你叫什么名字?")
print(name+"你好呀")
\ No newline at end of file
import turtle
l= input("你画正几边形?")
n= input("正多边形的边长是多少?")
pen = turtle.Pen()
for i in range(int(l)):
pen.forward(int(n))
pen.right(360/int(l))
turtle.done()
\ No newline at end of file
import random #这里的是random是什么? 是random模块
player=""
while not player == "q":
computer_list =["石头","剪刀","布"]
computer = random.choice(computer_list)
player = input("玩家出拳:石头\剪刀\布,退出输入:q :")
if player in computer_list:
print("玩家出"+player)
print("电脑出"+computer)
if player == computer:
print("平局")
print("*"*30)
elif player == "石头" and computer == "剪刀":
print("玩家胜利")
print("*"*30)
elif player == "剪刀" and computer =="布":
print("玩家胜利")
print("*"*30)
elif player == "布" and computer =="石头":
print("玩家胜利")
print("*"*30)
else:
print("电脑胜利")
print("*"*30)
else:
if player == "q":
print("退出游戏")
else:
print("对不起,你输入错误了,小笨蛋")
print("*"*30)
\ No newline at end of file
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(
['diy3.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False,
)
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='diy3',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment