Add build and dist artifacts
This commit is contained in:
parent
637798b2b9
commit
1c3cb60153
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,15 +1,9 @@
|
|||||||
build/
|
|
||||||
dist/
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
*.spec.bak
|
|
||||||
*.log
|
|
||||||
.venv/
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
.env
|
.env
|
||||||
*.db
|
|
||||||
*.sqlite
|
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
5585
build/patch_manager_v2/Analysis-00.toc
Normal file
5585
build/patch_manager_v2/Analysis-00.toc
Normal file
File diff suppressed because it is too large
Load Diff
3062
build/patch_manager_v2/EXE-00.toc
Normal file
3062
build/patch_manager_v2/EXE-00.toc
Normal file
File diff suppressed because it is too large
Load Diff
3040
build/patch_manager_v2/PKG-00.toc
Normal file
3040
build/patch_manager_v2/PKG-00.toc
Normal file
File diff suppressed because it is too large
Load Diff
BIN
build/patch_manager_v2/PYZ-00.pyz
Normal file
BIN
build/patch_manager_v2/PYZ-00.pyz
Normal file
Binary file not shown.
2093
build/patch_manager_v2/PYZ-00.toc
Normal file
2093
build/patch_manager_v2/PYZ-00.toc
Normal file
File diff suppressed because it is too large
Load Diff
BIN
build/patch_manager_v2/SANEF_Patch_Manager.pkg
Normal file
BIN
build/patch_manager_v2/SANEF_Patch_Manager.pkg
Normal file
Binary file not shown.
BIN
build/patch_manager_v2/base_library.zip
Normal file
BIN
build/patch_manager_v2/base_library.zip
Normal file
Binary file not shown.
66
build/patch_manager_v2/warn-patch_manager_v2.txt
Normal file
66
build/patch_manager_v2/warn-patch_manager_v2.txt
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
This file lists modules PyInstaller was not able to find. This does not
|
||||||
|
necessarily mean these modules are required for running your program. Both
|
||||||
|
Python's standard library and 3rd-party Python packages often conditionally
|
||||||
|
import optional modules, some of which may be available only on certain
|
||||||
|
platforms.
|
||||||
|
|
||||||
|
Types of 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 pyimod02_importers - imported by C:\Users\netadmin\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
|
||||||
|
missing module named urllib.urlopen - imported by urllib (delayed, optional), lxml.html (delayed, optional)
|
||||||
|
missing module named urllib.urlencode - imported by urllib (delayed, optional), lxml.html (delayed, optional)
|
||||||
|
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional), posixpath (optional)
|
||||||
|
missing module named resource - imported by posix (top-level)
|
||||||
|
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
|
||||||
|
missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), getpass (delayed), netrc (delayed, conditional), http.server (delayed, optional)
|
||||||
|
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||||
|
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
|
||||||
|
missing module named 'numpy.typing' - imported by PIL._typing (conditional, optional)
|
||||||
|
missing module named _posixsubprocess - imported by subprocess (conditional)
|
||||||
|
missing module named fcntl - imported by subprocess (optional), pty (delayed, optional), invoke.runners (optional), invoke.terminals (conditional), paramiko.agent (delayed)
|
||||||
|
missing module named olefile - imported by PIL.FpxImagePlugin (top-level), PIL.MicImagePlugin (top-level)
|
||||||
|
missing module named defusedxml - imported by openpyxl.xml (delayed, optional), PIL.Image (optional)
|
||||||
|
missing module named OpenSSL - imported by pyVim.sso (top-level)
|
||||||
|
missing module named htmlentitydefs - imported by lxml.html.soupparser (optional)
|
||||||
|
missing module named BeautifulSoup - imported by lxml.html.soupparser (optional)
|
||||||
|
missing module named bs4 - imported by lxml.html.soupparser (optional)
|
||||||
|
missing module named urlparse - imported by pyVmomi.five (conditional), lxml.ElementInclude (optional), lxml.html.html5parser (optional)
|
||||||
|
missing module named urllib2 - imported by lxml.ElementInclude (optional), lxml.html.html5parser (optional)
|
||||||
|
missing module named 'html5lib.treebuilders' - imported by lxml.html.html5parser (top-level)
|
||||||
|
missing module named html5lib - imported by lxml.html._html5builder (top-level), lxml.html.html5parser (top-level)
|
||||||
|
missing module named 'cython.cimports' - imported by lxml.html.diff (optional)
|
||||||
|
missing module named cython - imported by lxml.html.diff (optional), lxml.html._difflib (optional)
|
||||||
|
missing module named lxml_html_clean - imported by lxml.html.clean (optional)
|
||||||
|
excluded module named unittest - imported by doctest (top-level)
|
||||||
|
missing module named termios - imported by getpass (optional), tty (top-level), invoke.runners (optional), invoke.terminals (conditional)
|
||||||
|
missing module named vms_lib - imported by platform (delayed, optional)
|
||||||
|
missing module named 'java.lang' - imported by platform (delayed, optional)
|
||||||
|
missing module named java - imported by platform (delayed)
|
||||||
|
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 cssselect - imported by lxml.cssselect (optional)
|
||||||
|
missing module named httplib - imported by pyVmomi.five (conditional), pyVmomi.SoapAdapter (conditional)
|
||||||
|
missing module named 'defusedxml.ElementTree' - imported by openpyxl.xml.functions (conditional)
|
||||||
|
missing module named numpy - imported by openpyxl.compat.numbers (optional)
|
||||||
|
missing module named _scproxy - imported by urllib.request (conditional)
|
||||||
|
missing module named pyVmomi.vmodl - imported by pyVmomi (top-level), pyVim.connect (top-level)
|
||||||
|
missing module named Cookie - imported by pyVmomi.SoapAdapter (conditional)
|
||||||
|
missing module named StringIO - imported by pyVmomi.SoapAdapter (conditional)
|
||||||
|
missing module named elementtree - imported by pyVim.connect (optional)
|
||||||
|
missing module named openpyxl.tests - imported by openpyxl.reader.excel (optional)
|
||||||
|
missing module named yaml - imported by invoke.vendor.yaml.cyaml (top-level), invoke.util (optional)
|
||||||
|
missing module named lexicon - imported by invoke.util (optional), invoke.parser.parser (optional), invoke.parser.context (optional)
|
||||||
|
missing module named fluidity - imported by invoke.parser.parser (optional)
|
||||||
|
missing module named 'unittest.mock' - imported by invoke.context (top-level)
|
||||||
|
missing module named sspi - imported by paramiko.ssh_gss (optional)
|
||||||
|
missing module named sspicon - imported by paramiko.ssh_gss (optional)
|
||||||
|
missing module named pywintypes - imported by paramiko.ssh_gss (optional)
|
||||||
|
missing module named gssapi - imported by paramiko.ssh_gss (optional)
|
||||||
24881
build/patch_manager_v2/xref-patch_manager_v2.html
Normal file
24881
build/patch_manager_v2/xref-patch_manager_v2.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
dist/SANEF_Patch_Manager.7z
vendored
Normal file
BIN
dist/SANEF_Patch_Manager.7z
vendored
Normal file
Binary file not shown.
BIN
dist/SANEF_Patch_Manager.exe
vendored
Normal file
BIN
dist/SANEF_Patch_Manager.exe
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user