14 changed files with 17411 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||
|
# -*- mode: python ; coding: utf-8 -*- |
||||
|
|
||||
|
|
||||
|
a = Analysis( |
||||
|
['main.py'], |
||||
|
pathex=[], |
||||
|
binaries=[], |
||||
|
datas=[], |
||||
|
hiddenimports=[], |
||||
|
hookspath=[], |
||||
|
hooksconfig={}, |
||||
|
runtime_hooks=[], |
||||
|
excludes=[], |
||||
|
noarchive=False, |
||||
|
optimize=0, |
||||
|
) |
||||
|
pyz = PYZ(a.pure) |
||||
|
|
||||
|
exe = EXE( |
||||
|
pyz, |
||||
|
a.scripts, |
||||
|
a.binaries, |
||||
|
a.datas, |
||||
|
[], |
||||
|
name='SnailPDF', |
||||
|
debug=False, |
||||
|
bootloader_ignore_signals=False, |
||||
|
strip=False, |
||||
|
upx=True, |
||||
|
upx_exclude=[], |
||||
|
runtime_tmpdir=None, |
||||
|
console=False, |
||||
|
disable_windowed_traceback=False, |
||||
|
argv_emulation=False, |
||||
|
target_arch=None, |
||||
|
codesign_identity=None, |
||||
|
entitlements_file=None, |
||||
|
icon=['icon.ico'], |
||||
|
) |
||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
Binary file not shown.
@ -0,0 +1,217 @@ |
|||||
|
('F:\\zxmgee\\pdf_snail\\build\\SnailPDF\\PYZ-00.pyz', |
||||
|
[('__future__', 'F:\\zxmgee\\pdf_snail\\Lib\\__future__.py', 'PYMODULE'), |
||||
|
('_colorize', 'F:\\zxmgee\\pdf_snail\\Lib\\_colorize.py', 'PYMODULE'), |
||||
|
('_compat_pickle', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\_compat_pickle.py', |
||||
|
'PYMODULE'), |
||||
|
('_compression', 'F:\\zxmgee\\pdf_snail\\Lib\\_compression.py', 'PYMODULE'), |
||||
|
('_opcode_metadata', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\_opcode_metadata.py', |
||||
|
'PYMODULE'), |
||||
|
('_py_abc', 'F:\\zxmgee\\pdf_snail\\Lib\\_py_abc.py', 'PYMODULE'), |
||||
|
('_pydatetime', 'F:\\zxmgee\\pdf_snail\\Lib\\_pydatetime.py', 'PYMODULE'), |
||||
|
('_pydecimal', 'F:\\zxmgee\\pdf_snail\\Lib\\_pydecimal.py', 'PYMODULE'), |
||||
|
('_strptime', 'F:\\zxmgee\\pdf_snail\\Lib\\_strptime.py', 'PYMODULE'), |
||||
|
('_threading_local', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\_threading_local.py', |
||||
|
'PYMODULE'), |
||||
|
('argparse', 'F:\\zxmgee\\pdf_snail\\Lib\\argparse.py', 'PYMODULE'), |
||||
|
('ast', 'F:\\zxmgee\\pdf_snail\\Lib\\ast.py', 'PYMODULE'), |
||||
|
('base64', 'F:\\zxmgee\\pdf_snail\\Lib\\base64.py', 'PYMODULE'), |
||||
|
('bisect', 'F:\\zxmgee\\pdf_snail\\Lib\\bisect.py', 'PYMODULE'), |
||||
|
('bz2', 'F:\\zxmgee\\pdf_snail\\Lib\\bz2.py', 'PYMODULE'), |
||||
|
('calendar', 'F:\\zxmgee\\pdf_snail\\Lib\\calendar.py', 'PYMODULE'), |
||||
|
('contextlib', 'F:\\zxmgee\\pdf_snail\\Lib\\contextlib.py', 'PYMODULE'), |
||||
|
('contextvars', 'F:\\zxmgee\\pdf_snail\\Lib\\contextvars.py', 'PYMODULE'), |
||||
|
('copy', 'F:\\zxmgee\\pdf_snail\\Lib\\copy.py', 'PYMODULE'), |
||||
|
('csv', 'F:\\zxmgee\\pdf_snail\\Lib\\csv.py', 'PYMODULE'), |
||||
|
('dataclasses', 'F:\\zxmgee\\pdf_snail\\Lib\\dataclasses.py', 'PYMODULE'), |
||||
|
('datetime', 'F:\\zxmgee\\pdf_snail\\Lib\\datetime.py', 'PYMODULE'), |
||||
|
('decimal', 'F:\\zxmgee\\pdf_snail\\Lib\\decimal.py', 'PYMODULE'), |
||||
|
('dis', 'F:\\zxmgee\\pdf_snail\\Lib\\dis.py', 'PYMODULE'), |
||||
|
('email', 'F:\\zxmgee\\pdf_snail\\Lib\\email\\__init__.py', 'PYMODULE'), |
||||
|
('email._encoded_words', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\_encoded_words.py', |
||||
|
'PYMODULE'), |
||||
|
('email._header_value_parser', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\_header_value_parser.py', |
||||
|
'PYMODULE'), |
||||
|
('email._parseaddr', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\_parseaddr.py', |
||||
|
'PYMODULE'), |
||||
|
('email._policybase', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\_policybase.py', |
||||
|
'PYMODULE'), |
||||
|
('email.base64mime', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\base64mime.py', |
||||
|
'PYMODULE'), |
||||
|
('email.charset', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\charset.py', |
||||
|
'PYMODULE'), |
||||
|
('email.contentmanager', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\contentmanager.py', |
||||
|
'PYMODULE'), |
||||
|
('email.encoders', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\encoders.py', |
||||
|
'PYMODULE'), |
||||
|
('email.errors', 'F:\\zxmgee\\pdf_snail\\Lib\\email\\errors.py', 'PYMODULE'), |
||||
|
('email.feedparser', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\feedparser.py', |
||||
|
'PYMODULE'), |
||||
|
('email.generator', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\generator.py', |
||||
|
'PYMODULE'), |
||||
|
('email.header', 'F:\\zxmgee\\pdf_snail\\Lib\\email\\header.py', 'PYMODULE'), |
||||
|
('email.headerregistry', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\headerregistry.py', |
||||
|
'PYMODULE'), |
||||
|
('email.iterators', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\iterators.py', |
||||
|
'PYMODULE'), |
||||
|
('email.message', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\message.py', |
||||
|
'PYMODULE'), |
||||
|
('email.parser', 'F:\\zxmgee\\pdf_snail\\Lib\\email\\parser.py', 'PYMODULE'), |
||||
|
('email.policy', 'F:\\zxmgee\\pdf_snail\\Lib\\email\\policy.py', 'PYMODULE'), |
||||
|
('email.quoprimime', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\email\\quoprimime.py', |
||||
|
'PYMODULE'), |
||||
|
('email.utils', 'F:\\zxmgee\\pdf_snail\\Lib\\email\\utils.py', 'PYMODULE'), |
||||
|
('fnmatch', 'F:\\zxmgee\\pdf_snail\\Lib\\fnmatch.py', 'PYMODULE'), |
||||
|
('fractions', 'F:\\zxmgee\\pdf_snail\\Lib\\fractions.py', 'PYMODULE'), |
||||
|
('getopt', 'F:\\zxmgee\\pdf_snail\\Lib\\getopt.py', 'PYMODULE'), |
||||
|
('gettext', 'F:\\zxmgee\\pdf_snail\\Lib\\gettext.py', 'PYMODULE'), |
||||
|
('glob', 'F:\\zxmgee\\pdf_snail\\Lib\\glob.py', 'PYMODULE'), |
||||
|
('gzip', 'F:\\zxmgee\\pdf_snail\\Lib\\gzip.py', 'PYMODULE'), |
||||
|
('hashlib', 'F:\\zxmgee\\pdf_snail\\Lib\\hashlib.py', 'PYMODULE'), |
||||
|
('importlib', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\__init__.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib._abc', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\_abc.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib._bootstrap', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\_bootstrap.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib._bootstrap_external', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\_bootstrap_external.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.abc', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\abc.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.machinery', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\machinery.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\__init__.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata._adapters', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\_adapters.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata._collections', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\_collections.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata._functools', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\_functools.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata._itertools', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\_itertools.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata._meta', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\_meta.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.metadata._text', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\metadata\\_text.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.readers', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\readers.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\__init__.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources._adapters', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\_adapters.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources._common', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\_common.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources._functional', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\_functional.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources._itertools', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\_itertools.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources.abc', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\abc.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.resources.readers', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\resources\\readers.py', |
||||
|
'PYMODULE'), |
||||
|
('importlib.util', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\importlib\\util.py', |
||||
|
'PYMODULE'), |
||||
|
('inspect', 'F:\\zxmgee\\pdf_snail\\Lib\\inspect.py', 'PYMODULE'), |
||||
|
('ipaddress', 'F:\\zxmgee\\pdf_snail\\Lib\\ipaddress.py', 'PYMODULE'), |
||||
|
('json', 'F:\\zxmgee\\pdf_snail\\Lib\\json\\__init__.py', 'PYMODULE'), |
||||
|
('json.decoder', 'F:\\zxmgee\\pdf_snail\\Lib\\json\\decoder.py', 'PYMODULE'), |
||||
|
('json.encoder', 'F:\\zxmgee\\pdf_snail\\Lib\\json\\encoder.py', 'PYMODULE'), |
||||
|
('json.scanner', 'F:\\zxmgee\\pdf_snail\\Lib\\json\\scanner.py', 'PYMODULE'), |
||||
|
('logging', 'F:\\zxmgee\\pdf_snail\\Lib\\logging\\__init__.py', 'PYMODULE'), |
||||
|
('lzma', 'F:\\zxmgee\\pdf_snail\\Lib\\lzma.py', 'PYMODULE'), |
||||
|
('numbers', 'F:\\zxmgee\\pdf_snail\\Lib\\numbers.py', 'PYMODULE'), |
||||
|
('opcode', 'F:\\zxmgee\\pdf_snail\\Lib\\opcode.py', 'PYMODULE'), |
||||
|
('pathlib', 'F:\\zxmgee\\pdf_snail\\Lib\\pathlib\\__init__.py', 'PYMODULE'), |
||||
|
('pathlib._abc', 'F:\\zxmgee\\pdf_snail\\Lib\\pathlib\\_abc.py', 'PYMODULE'), |
||||
|
('pathlib._local', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\pathlib\\_local.py', |
||||
|
'PYMODULE'), |
||||
|
('pickle', 'F:\\zxmgee\\pdf_snail\\Lib\\pickle.py', 'PYMODULE'), |
||||
|
('pprint', 'F:\\zxmgee\\pdf_snail\\Lib\\pprint.py', 'PYMODULE'), |
||||
|
('py_compile', 'F:\\zxmgee\\pdf_snail\\Lib\\py_compile.py', 'PYMODULE'), |
||||
|
('quopri', 'F:\\zxmgee\\pdf_snail\\Lib\\quopri.py', 'PYMODULE'), |
||||
|
('random', 'F:\\zxmgee\\pdf_snail\\Lib\\random.py', 'PYMODULE'), |
||||
|
('selectors', 'F:\\zxmgee\\pdf_snail\\Lib\\selectors.py', 'PYMODULE'), |
||||
|
('shutil', 'F:\\zxmgee\\pdf_snail\\Lib\\shutil.py', 'PYMODULE'), |
||||
|
('signal', 'F:\\zxmgee\\pdf_snail\\Lib\\signal.py', 'PYMODULE'), |
||||
|
('socket', 'F:\\zxmgee\\pdf_snail\\Lib\\socket.py', 'PYMODULE'), |
||||
|
('statistics', 'F:\\zxmgee\\pdf_snail\\Lib\\statistics.py', 'PYMODULE'), |
||||
|
('string', 'F:\\zxmgee\\pdf_snail\\Lib\\string.py', 'PYMODULE'), |
||||
|
('stringprep', 'F:\\zxmgee\\pdf_snail\\Lib\\stringprep.py', 'PYMODULE'), |
||||
|
('subprocess', 'F:\\zxmgee\\pdf_snail\\Lib\\subprocess.py', 'PYMODULE'), |
||||
|
('tarfile', 'F:\\zxmgee\\pdf_snail\\Lib\\tarfile.py', 'PYMODULE'), |
||||
|
('tempfile', 'F:\\zxmgee\\pdf_snail\\Lib\\tempfile.py', 'PYMODULE'), |
||||
|
('textwrap', 'F:\\zxmgee\\pdf_snail\\Lib\\textwrap.py', 'PYMODULE'), |
||||
|
('threading', 'F:\\zxmgee\\pdf_snail\\Lib\\threading.py', 'PYMODULE'), |
||||
|
('tkinter', 'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\__init__.py', 'PYMODULE'), |
||||
|
('tkinter.commondialog', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\commondialog.py', |
||||
|
'PYMODULE'), |
||||
|
('tkinter.constants', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\constants.py', |
||||
|
'PYMODULE'), |
||||
|
('tkinter.dialog', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\dialog.py', |
||||
|
'PYMODULE'), |
||||
|
('tkinter.filedialog', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\filedialog.py', |
||||
|
'PYMODULE'), |
||||
|
('tkinter.messagebox', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\messagebox.py', |
||||
|
'PYMODULE'), |
||||
|
('tkinter.simpledialog', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\simpledialog.py', |
||||
|
'PYMODULE'), |
||||
|
('tkinter.ttk', 'F:\\zxmgee\\pdf_snail\\Lib\\tkinter\\ttk.py', 'PYMODULE'), |
||||
|
('token', 'F:\\zxmgee\\pdf_snail\\Lib\\token.py', 'PYMODULE'), |
||||
|
('tokenize', 'F:\\zxmgee\\pdf_snail\\Lib\\tokenize.py', 'PYMODULE'), |
||||
|
('tracemalloc', 'F:\\zxmgee\\pdf_snail\\Lib\\tracemalloc.py', 'PYMODULE'), |
||||
|
('typing', 'F:\\zxmgee\\pdf_snail\\Lib\\typing.py', 'PYMODULE'), |
||||
|
('urllib', 'F:\\zxmgee\\pdf_snail\\Lib\\urllib\\__init__.py', 'PYMODULE'), |
||||
|
('urllib.parse', 'F:\\zxmgee\\pdf_snail\\Lib\\urllib\\parse.py', 'PYMODULE'), |
||||
|
('zipfile', 'F:\\zxmgee\\pdf_snail\\Lib\\zipfile\\__init__.py', 'PYMODULE'), |
||||
|
('zipfile._path', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\zipfile\\_path\\__init__.py', |
||||
|
'PYMODULE'), |
||||
|
('zipfile._path.glob', |
||||
|
'F:\\zxmgee\\pdf_snail\\Lib\\zipfile\\_path\\glob.py', |
||||
|
'PYMODULE')]) |
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,26 @@ |
|||||
|
|
||||
|
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 grp - imported by shutil (delayed, optional), tarfile (optional), pathlib._local (optional), subprocess (delayed, conditional, optional) |
||||
|
missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib._local (optional), subprocess (delayed, conditional, optional) |
||||
|
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 'collections.abc' - imported by traceback (top-level), typing (top-level), inspect (top-level), logging (top-level), importlib.resources.readers (top-level), selectors (top-level), tracemalloc (top-level) |
||||
|
missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional) |
||||
|
missing module named resource - imported by posix (top-level) |
||||
|
missing module named tkinterdnd2 - imported by F:\zxmgee\pdf_snail\main.py (optional) |
||||
|
missing module named _posixsubprocess - imported by subprocess (conditional) |
||||
|
missing module named fcntl - imported by subprocess (optional) |
||||
File diff suppressed because it is too large
|
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in new issue