##// END OF EJS Templates
Fix vista bug: subprocess execution not working if not started from...
gvaroquaux -
Show More
@@ -73,6 +73,8 b' skip = False'
73 if mswindows:
73 if mswindows:
74 import platform
74 import platform
75 if platform.uname()[3] == '' or platform.uname()[3] > '6.0.6000':
75 if platform.uname()[3] == '' or platform.uname()[3] > '6.0.6000':
76 # Killable process does not work under vista when starting for
77 # something else than cmd.
76 skip = True
78 skip = True
77 else:
79 else:
78 import winprocess
80 import winprocess
General Comments 0
You need to be logged in to leave comments. Login now