diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edd9d60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +dist/ diff --git a/Makefile b/Makefile index 2350098..6f2a33f 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,7 @@ install: source .venv/bin/activate $(BIN)pip3 install pyinstaller +clean: + build-msend: $(BIN)pyinstaller --noconfirm --clean msend_for_bhom.spec \ No newline at end of file diff --git a/build/msend_for_bhom/Analysis-00.toc b/build/msend_for_bhom/Analysis-00.toc index cd18ace..580fd82 100644 --- a/build/msend_for_bhom/Analysis-00.toc +++ b/build/msend_for_bhom/Analysis-00.toc @@ -110,13 +110,13 @@ ('dis', '/usr/lib/python3.10/dis.py', 'PYMODULE'), ('opcode', '/usr/lib/python3.10/opcode.py', 'PYMODULE'), ('ast', '/usr/lib/python3.10/ast.py', 'PYMODULE'), - ('stringprep', '/usr/lib/python3.10/stringprep.py', 'PYMODULE'), ('_py_abc', '/usr/lib/python3.10/_py_abc.py', 'PYMODULE'), ('tracemalloc', '/usr/lib/python3.10/tracemalloc.py', 'PYMODULE'), ('pickle', '/usr/lib/python3.10/pickle.py', 'PYMODULE'), ('pprint', '/usr/lib/python3.10/pprint.py', 'PYMODULE'), ('dataclasses', '/usr/lib/python3.10/dataclasses.py', 'PYMODULE'), ('_compat_pickle', '/usr/lib/python3.10/_compat_pickle.py', 'PYMODULE'), + ('stringprep', '/usr/lib/python3.10/stringprep.py', 'PYMODULE'), ('glob', '/usr/lib/python3.10/glob.py', 'PYMODULE'), ('threading', '/usr/lib/python3.10/threading.py', 'PYMODULE'), ('_threading_local', '/usr/lib/python3.10/_threading_local.py', 'PYMODULE'), @@ -152,7 +152,9 @@ ('json.encoder', '/usr/lib/python3.10/json/encoder.py', 'PYMODULE'), ('json.decoder', '/usr/lib/python3.10/json/decoder.py', 'PYMODULE'), ('json.scanner', '/usr/lib/python3.10/json/scanner.py', 'PYMODULE')], - [('libpython3.10.so', '/lib/x86_64-linux-gnu/libpython3.10.so', 'BINARY'), + [('libpython3.10.so.1.0', + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0', + 'BINARY'), ('lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', 'EXTENSION'), @@ -208,8 +210,8 @@ ('libz.so.1', '/lib/x86_64-linux-gnu/libz.so.1', 'BINARY'), ('liblzma.so.5', '/lib/x86_64-linux-gnu/liblzma.so.5', 'BINARY'), ('libbz2.so.1.0', '/lib/x86_64-linux-gnu/libbz2.so.1.0', 'BINARY'), - ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), ('libssl.so.3', '/lib/x86_64-linux-gnu/libssl.so.3', 'BINARY'), + ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), ('libmpdec.so.3', '/lib/x86_64-linux-gnu/libmpdec.so.3', 'BINARY')], [], [], diff --git a/build/msend_for_bhom/COLLECT-00.toc b/build/msend_for_bhom/COLLECT-00.toc index c3d5f91..8ca7f72 100644 --- a/build/msend_for_bhom/COLLECT-00.toc +++ b/build/msend_for_bhom/COLLECT-00.toc @@ -1,7 +1,9 @@ ([('msend_for_bhom', '/home/pipal/dev/msend_4_bhom-0.4/build/msend_for_bhom/msend_for_bhom', 'EXECUTABLE'), - ('libpython3.10.so', '/lib/x86_64-linux-gnu/libpython3.10.so', 'BINARY'), + ('libpython3.10.so.1.0', + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0', + 'BINARY'), ('lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', 'EXTENSION'), @@ -57,8 +59,8 @@ ('libz.so.1', '/lib/x86_64-linux-gnu/libz.so.1', 'BINARY'), ('liblzma.so.5', '/lib/x86_64-linux-gnu/liblzma.so.5', 'BINARY'), ('libbz2.so.1.0', '/lib/x86_64-linux-gnu/libbz2.so.1.0', 'BINARY'), - ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), ('libssl.so.3', '/lib/x86_64-linux-gnu/libssl.so.3', 'BINARY'), + ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), ('libmpdec.so.3', '/lib/x86_64-linux-gnu/libmpdec.so.3', 'BINARY'), ('base_library.zip', '/home/pipal/dev/msend_4_bhom-0.4/build/msend_for_bhom/base_library.zip', diff --git a/build/msend_for_bhom/EXE-00.toc b/build/msend_for_bhom/EXE-00.toc index ac84b54..9dc4316 100644 --- a/build/msend_for_bhom/EXE-00.toc +++ b/build/msend_for_bhom/EXE-00.toc @@ -41,8 +41,8 @@ [], False, False, - 1724754971, + 1724833901, [('run', '/home/pipal/dev/msend_4_bhom-0.4/.venv/lib/python3.10/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run', 'EXECUTABLE')], - '/lib/x86_64-linux-gnu/libpython3.10.so') + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0') diff --git a/build/msend_for_bhom/PKG-00.toc b/build/msend_for_bhom/PKG-00.toc index 51d9b38..e0c0918 100644 --- a/build/msend_for_bhom/PKG-00.toc +++ b/build/msend_for_bhom/PKG-00.toc @@ -33,7 +33,7 @@ ('msend_for_bhom', '/home/pipal/dev/msend_4_bhom-0.4/msend_for_bhom.py', 'PYSOURCE')], - 'libpython3.10.so', + 'libpython3.10.so.1.0', True, False, False, diff --git a/build/msend_for_bhom/msend_for_bhom b/build/msend_for_bhom/msend_for_bhom index 3331231..9047e0c 100755 Binary files a/build/msend_for_bhom/msend_for_bhom and b/build/msend_for_bhom/msend_for_bhom differ diff --git a/build/msend_for_bhom/msend_for_bhom.pkg b/build/msend_for_bhom/msend_for_bhom.pkg index 028c276..1c78343 100644 Binary files a/build/msend_for_bhom/msend_for_bhom.pkg and b/build/msend_for_bhom/msend_for_bhom.pkg differ diff --git a/build/msend_for_bhom/warn-msend_for_bhom.txt b/build/msend_for_bhom/warn-msend_for_bhom.txt index 2b4a872..e0e7cbb 100644 --- a/build/msend_for_bhom/warn-msend_for_bhom.txt +++ b/build/msend_for_bhom/warn-msend_for_bhom.txt @@ -15,13 +15,13 @@ 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 pep517 - imported by importlib.metadata (delayed) -missing module named org - imported by copy (optional) +missing module named 'org.python' - imported by copy (optional) missing module named winreg - imported by importlib._bootstrap_external (conditional) missing module named nt - imported by os (delayed, conditional, optional), ntpath (optional), shutil (conditional), importlib._bootstrap_external (conditional) 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 _winapi - imported by encodings (delayed, conditional, optional), ntpath (optional), subprocess (optional) -missing module named 'org.python' - imported by pickle (optional) +missing module named org - imported by pickle (optional) missing module named retrying - imported by /home/pipal/dev/msend_4_bhom-0.4/msend_for_bhom.py (top-level) missing module named win32evtlog - imported by logging.handlers (delayed, optional) missing module named win32evtlogutil - imported by logging.handlers (delayed, optional) diff --git a/build/msend_for_bhom/xref-msend_for_bhom.html b/build/msend_for_bhom/xref-msend_for_bhom.html index c5eee1d..df6bb8f 100644 --- a/build/msend_for_bhom/xref-msend_for_bhom.html +++ b/build/msend_for_bhom/xref-msend_for_bhom.html @@ -213,7 +213,7 @@ imported by: 'org.python' MissingModule
@@ -1523,8 +1523,8 @@ imported by: copy SourceModule