File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -738,12 +738,12 @@ def _create_launchers(self):
738
738
args = r"/k winpython.bat" ,
739
739
)
740
740
741
- self .create_launcher (
742
- "IDLEX.exe" ,
743
- "python.ico" ,
744
- command = "wscript.exe" ,
745
- args = r"Noshell.vbs winidlex.bat" ,
746
- )
741
+ # self.create_launcher(
742
+ # "IDLEX.exe",
743
+ # "python.ico",
744
+ # command="wscript.exe",
745
+ # args=r"Noshell.vbs winidlex.bat",
746
+ # )
747
747
748
748
self .create_launcher (
749
749
"IDLE (Python GUI).exe" ,
@@ -819,12 +819,12 @@ def _create_launchers(self):
819
819
args = r"/k winjupyter_lab.bat" ,
820
820
)
821
821
822
- self .create_launcher (
823
- "Pyzo.exe" ,
824
- "pyzologo.ico" ,
825
- command = "wscript.exe" ,
826
- args = r"Noshell.vbs winpyzo.bat" ,
827
- )
822
+ # self.create_launcher(
823
+ # "Pyzo.exe",
824
+ # "pyzologo.ico",
825
+ # command="wscript.exe",
826
+ # args=r"Noshell.vbs winpyzo.bat",
827
+ # )
828
828
829
829
# VSCode launcher
830
830
self .create_launcher (
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '7.2.20240219 '
31
+ __version__ = '7.2.20240224 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments