We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4634a2 commit a36d924Copy full SHA for a36d924
make.py
@@ -518,9 +518,12 @@ def _create_launchers(self):
518
command='$SYSDIR\cmd.exe',
519
args='/k', workdir='${WINPYDIR}')
520
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')
+ #self.create_launcher('IDLE (Python GUI).exe', 'python.ico',
+ # args='idle.pyw',
+ # workdir='${WINPYDIR}\Lib\idlelib')
524
+ self.create_launcher('IDLEX (Python GUI).exe', 'python.ico',
525
+ args='idlex.pyw',
526
+ workdir='${WINPYDIR}\Scripts')
527
settingspath = osp.join('.spyder2', '.spyder.ini')
528
self.create_launcher('Spyder.exe', 'spyder.ico',
529
command='${WINPYDIR}\python.exe',
0 commit comments