Skip to content

Commit a36d924

Browse files
author
stonebig
committed
IDLEX instead of IDLE
1 parent d4634a2 commit a36d924

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

make.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,12 @@ def _create_launchers(self):
518518
command='$SYSDIR\cmd.exe',
519519
args='/k', workdir='${WINPYDIR}')
520520
self.create_launcher('WinPython Interpreter.exe', 'python.ico')
521-
self.create_launcher('IDLE (Python GUI).exe', 'python.ico',
522-
args='idle.pyw',
523-
workdir='${WINPYDIR}\Lib\idlelib')
521+
#self.create_launcher('IDLE (Python GUI).exe', 'python.ico',
522+
# args='idle.pyw',
523+
# workdir='${WINPYDIR}\Lib\idlelib')
524+
self.create_launcher('IDLEX (Python GUI).exe', 'python.ico',
525+
args='idlex.pyw',
526+
workdir='${WINPYDIR}\Scripts')
524527
settingspath = osp.join('.spyder2', '.spyder.ini')
525528
self.create_launcher('Spyder.exe', 'spyder.ico',
526529
command='${WINPYDIR}\python.exe',

0 commit comments

Comments
 (0)