-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created .exe (pyinstaller) with a simple UI. Note that Windows Defender will treat it as a virus.
- Loading branch information
Showing
16 changed files
with
22,476 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
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 pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed) | ||
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional) | ||
missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed) | ||
missing module named fcntl - imported by subprocess (optional) | ||
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional) | ||
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional) | ||
missing module named _scproxy - imported by urllib.request (conditional) | ||
missing module named termios - imported by getpass (optional) | ||
missing module named java - imported by xml.sax._exceptions (conditional) | ||
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) | ||
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) | ||
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level) | ||
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level) | ||
missing module named posix - imported by posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), 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), zipimport (top-level) | ||
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level) | ||
missing module named org - imported by pickle (optional) | ||
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) | ||
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) | ||
missing module named pyimod02_importers - imported by C:\Users\john\0xBuilder\.venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed) |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
2024-12-22 02:55:33,342 - WARNING - Standard extraction failed, trying fallback methods: 'ZipProcessor' object has no attribute '_extract_single_file' | ||
2024-12-22 02:55:33,342 - INFO - | ||
Processing Summary: | ||
Total Files: 1 | ||
Successfully Processed: 1 | ||
Failed: 0 | ||
Success Rate: 100.00% | ||
|
||
2024-12-22 02:56:12,060 - WARNING - Standard extraction failed, trying fallback methods: 'ZipProcessor' object has no attribute '_extract_single_file' | ||
2024-12-22 02:56:12,062 - INFO - | ||
Processing Summary: | ||
Total Files: 1 | ||
Successfully Processed: 1 | ||
Failed: 0 | ||
Success Rate: 100.00% | ||
|
Binary file not shown.