@@ -517,12 +517,15 @@ def _create_launchers(self):
517
517
workdir = '${WINPYDIR}\Lib\idlelib' )
518
518
settingspath = osp .join ('.spyder2' , '.spyder.ini' )
519
519
self .create_launcher ('Spyder.exe' , 'spyder.ico' ,
520
- args = 'spyder' , workdir = '${WINPYDIR}\Scripts' ,
520
+ command = '${WINPYDIR}\Scripts\spyder.exe' ,
521
+ workdir = '${WINPYDIR}\Scripts' ,
521
522
settingspath = settingspath )
522
523
self .create_launcher ('Spyder (light).exe' , 'spyder_light.ico' ,
523
- args = 'spyder --light' ,
524
+ args = '--light' ,
525
+ command = '${WINPYDIR}\Scripts\spyder.exe' ,
524
526
workdir = '${WINPYDIR}\Scripts' ,
525
527
settingspath = settingspath )
528
+
526
529
self .create_launcher ('WinPython Control Panel.exe' , 'winpython.ico' ,
527
530
command = '${WINPYDIR}\pythonw.exe' ,
528
531
args = 'wpcp' , workdir = '${WINPYDIR}\Scripts' )
@@ -1192,31 +1195,31 @@ def make_all(build_number, release_level, pyver,
1192
1195
# DO create only what version at a time
1193
1196
# You may have to manually delete previous build\winpython-.. directory
1194
1197
1195
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1198
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1196
1199
# verbose=False, archis=(32, ))
1197
- make_all (3 , '' , pyver = '3.4' , rootdir = r'D:\Winpython' ,
1198
- verbose = False , archis = (64 , ), flavor = '' )
1199
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython\basedirQt5',
1200
+ # make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1201
+ # verbose=False, archis=(64, ), flavor='')
1202
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython\basedirQt5',
1200
1203
# verbose=False, archis=(64, ))
1201
- #make_all(8 , '', pyver='3.3', rootdir=r'D:\Winpython',
1204
+ #make_all(9 , '', pyver='3.3', rootdir=r'D:\Winpython',
1202
1205
# verbose=False, archis=(32, ))
1203
- #make_all(8 , '', pyver='3.3', rootdir=r'D:\Winpython',
1206
+ #make_all(9 , '', pyver='3.3', rootdir=r'D:\Winpython',
1204
1207
# verbose=False, archis=(64, ))
1205
- # make_all(5 , '', pyver='2.7', rootdir=r'D:\Winpython',
1206
- # verbose=False, archis=(32, ))
1207
- #make_all(5 , '', pyver='2.7', rootdir=r'D:\Winpython',
1208
+ make_all (1 , '' , pyver = '2.7' , rootdir = r'D:\Winpython' ,
1209
+ verbose = False , archis = (32 , ))
1210
+ #make_all(1 , '', pyver='2.7', rootdir=r'D:\Winpython',
1208
1211
# verbose=False, archis=(64, ))
1209
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1212
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1210
1213
# verbose=False, archis=(64, ), flavor='FlavorIgraph')
1211
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1214
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1212
1215
# verbose=False, archis=(32, ), flavor='FlavorKivy')
1213
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1216
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1214
1217
# verbose=False, archis=(32, ), flavor='FlavorRfull')
1215
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1218
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1216
1219
# verbose=False, archis=(64, ), flavor='FlavorRfull')
1217
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1220
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1218
1221
# verbose=False, archis=(32, ), flavor='FlavorJulia')
1219
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1222
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1220
1223
# verbose=False, archis=(64, ), flavor='FlavorJulia')
1221
- #make_all(3 , '', pyver='3.4', rootdir=r'D:\Winpython',
1224
+ #make_all(4 , '', pyver='3.4', rootdir=r'D:\Winpython',
1222
1225
# verbose=False, archis=(32, ), flavor='FlavorRJulia')
0 commit comments