From e40f8001650ccb6e71f3b344074d742c70de305e Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Thu, 24 Jul 2025 23:40:32 -0400 Subject: [PATCH] update- not fixed --- __pycache__/header_imports.cpython-38.pyc | Bin 364 -> 364 bytes header_imports/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 206 -> 206 bytes ...header_imports_initialization.cpython-38.pyc | Bin 468 -> 0 bytes ...header_imports_python_library.cpython-38.pyc | Bin 606 -> 0 bytes main.py | 1 - scripts/bellande_python_executable_test.sh | 10 +++++----- 7 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 header_imports/__init__.py delete mode 100644 header_imports/__pycache__/header_imports_initialization.cpython-38.pyc delete mode 100644 header_imports/__pycache__/header_imports_python_library.cpython-38.pyc diff --git a/__pycache__/header_imports.cpython-38.pyc b/__pycache__/header_imports.cpython-38.pyc index c433c5278b70a03d63ef4bd489cff222cf6d87aa..c5f66c6999c1e0834788d7e9b1d3943c49ff0e61 100644 GIT binary patch delta 39 rcmaFE^oEH$l$V!_0SH$7Y?{bDfiY_0962DdTak?oC|JZc@lh85;qMEd delta 39 rcmaFE^oEH$l$V!_0SF`u8Ygm3V7xVPjvSEKt;og!6fEMH_^1m2)`|;? diff --git a/header_imports/__init__.py b/header_imports/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/header_imports/__pycache__/__init__.cpython-38.pyc b/header_imports/__pycache__/__init__.cpython-38.pyc index fb5f673815658554f90f45b8a2c2d8f6dcea6472..2dcad2509e21eaf3b25aab8fa51b7e00796299f3 100644 GIT binary patch delta 19 ZcmX@dc#e@fl$V!_0SKgiH%;U|3;-@d1sMPU delta 19 ZcmX@dc#e@fl$V!_0SL76awc*g1^_FG1cm?r diff --git a/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc b/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc deleted file mode 100644 index 4e71b32024fbac3c50b43df36e0b04e90f2acdad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 468 zcmah_!Ait15KUW!A}sg~>ZR&#e?UaRvzOJ&UP{^wBx;1y9b> zE{H;%koR~n^X4(ni^YlHy7I4j$b|UVi=UOUxZ@wL8I({7il>p2iPMR*iI14mwJ5Sr zo)AScB$toH@#ee+L}?XNu8*2*1uxKaQPv16X(jeM@SBU7riKuqiR5Rk8fu+EwmO@! zsyl<~pLJa{Xrh7eE<7J*gs-jqfO-C xorm(!{`Ur@2FZ~s(>n4o{F0TioJFG9$!N%~TtDPDEvXLS_LRegoFPxf_YF*Am>d8A diff --git a/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc b/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc deleted file mode 100644 index 01fbf76db4cc27a340edfd3216a7c1310fe62fc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 606 zcmZ9I!H&}~5QdW`ZPIL8+Fcg$3O%rS0fa!>BLbv~%Upt+3>ynOwmgnRxN+kFc!_<3 zeHLFi@d$9jc2$J1l>f^=8D)OY`}Mj?{Q0H6_77Q-{0QdXGxO%9f9SiHF6mN{z=_~m%rxZ^_I8Rm2b7>YGA@QEjwme zD;UxK36#v-X=VuBhD)uC75sQJS}xr3uXhV`O1LeQd}rmk5=fnpR281-e4| zKlMyN@rCP;p;FO!)JC;P1f@lJsutSE^n*;;ty|bh^Wo0;$PCoDqY_qeF{8GSkA>gx< diff --git a/main.py b/main.py index 9d6237b..1d390f1 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 """ PyPack - A Python to executable converter Main entry point for the application diff --git a/scripts/bellande_python_executable_test.sh b/scripts/bellande_python_executable_test.sh index c6df9e2..510bc5c 100755 --- a/scripts/bellande_python_executable_test.sh +++ b/scripts/bellande_python_executable_test.sh @@ -1,6 +1,6 @@ python3 ../main.py \ - --script_file ../test_files/test.py \ - --output Test \ - --name Test_Name \ - --onefile \ - --windowed + --script_file ../test_files/test.py \ + --output Test \ + --name Test_Name \ + --onefile \ + --windowed