File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -738,12 +738,12 @@ def _create_launchers(self):
738738 args = r"/k winpython.bat" ,
739739 )
740740
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+ # )
747747
748748 self .create_launcher (
749749 "IDLE (Python GUI).exe" ,
@@ -819,12 +819,12 @@ def _create_launchers(self):
819819 args = r"/k winjupyter_lab.bat" ,
820820 )
821821
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+ # )
828828
829829 # VSCode launcher
830830 self .create_launcher (
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '7.2.20240219 '
31+ __version__ = '7.2.20240224 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments