gitignore
parent
b72e064a9d
commit
460afeb9d6
|
|
@ -0,0 +1,2 @@
|
|||
build/
|
||||
dist/
|
||||
2
Makefile
2
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
|
||||
|
|
@ -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')],
|
||||
[],
|
||||
[],
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ imported by:
|
|||
<a target="code" href="" type="text/plain"><tt>'org.python'</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#pickle">pickle</a>
|
||||
<a href="#copy">copy</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -1523,8 +1523,8 @@ imported by:
|
|||
<a target="code" href="/usr/lib/python3.10/copy.py" type="text/plain"><tt>copy</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#copyreg">copyreg</a>
|
||||
• <a href="#org">org</a>
|
||||
<a href="#'org.python'">'org.python'</a>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
• <a href="#types">types</a>
|
||||
• <a href="#weakref">weakref</a>
|
||||
|
||||
|
|
@ -5897,7 +5897,7 @@ imported by:
|
|||
<a target="code" href="" type="text/plain"><tt>org</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#copy">copy</a>
|
||||
<a href="#pickle">pickle</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -6031,14 +6031,14 @@ imported by:
|
|||
<a target="code" href="/usr/lib/python3.10/pickle.py" type="text/plain"><tt>pickle</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#'org.python'">'org.python'</a>
|
||||
• <a href="#_compat_pickle">_compat_pickle</a>
|
||||
<a href="#_compat_pickle">_compat_pickle</a>
|
||||
• <a href="#_pickle">_pickle</a>
|
||||
• <a href="#codecs">codecs</a>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
• <a href="#functools">functools</a>
|
||||
• <a href="#io">io</a>
|
||||
• <a href="#itertools">itertools</a>
|
||||
• <a href="#org">org</a>
|
||||
• <a href="#pprint">pprint</a>
|
||||
• <a href="#re">re</a>
|
||||
• <a href="#struct">struct</a>
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
[Server]
|
||||
server=sample-itom-demo.onbmc.com
|
||||
api_key=ENTER_API_KEY_HERE
|
||||
|
||||
[Logging]
|
||||
log_file = logfile.log
|
||||
; max_bytes is 10MB
|
||||
max_bytes = 10485760
|
||||
backup_count = 5
|
||||
|
||||
[EventHandling]
|
||||
success_flag = True
|
||||
success_dir = successful_saved_events
|
||||
max_success_files = 10
|
||||
max_success_size_bytes = 10485760
|
||||
|
||||
[Buffering]
|
||||
buffer_dir = event_buffer
|
||||
max_buffer_files = 100
|
||||
max_buffer_size_bytes = 10485760
|
||||
retry_check_buffer_status_time = 10
|
||||
retry_check_buffer_status_count = 2
|
||||
lock_filename = lock.txt
|
||||
max_lock_file_size = 10485760
|
||||
|
||||
[REST API retry]
|
||||
wait_time=2000
|
||||
max_retry_count=3
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- mode: python ; coding: utf-8 -*-
|
||||
|
||||
import PyInstaller.config
|
||||
PyInstaller.config.CONF['distpath'] = "./my_app_directory"
|
||||
#PyInstaller.config.CONF['distpath'] = "./my_app_directory"
|
||||
|
||||
a = Analysis(
|
||||
['msend_for_bhom.py'],
|
||||
|
|
@ -46,5 +46,5 @@ coll = COLLECT(
|
|||
)
|
||||
|
||||
import shutil
|
||||
|
||||
shutil.copyfile('config.ini', '{0}/config.ini'.format(DISTPATH))
|
||||
print(coll.name)
|
||||
shutil.copyfile('config.ini', '{0}/config.ini'.format(coll.name))
|
||||
Loading…
Reference in New Issue