Show More
@@ -363,6 +363,8 b' def usecorrectpython():' | |||||
363 | return |
|
363 | return | |
364 | else: |
|
364 | else: | |
365 | exename = 'python' |
|
365 | exename = 'python' | |
|
366 | if sys.platform == 'win32': | |||
|
367 | exename = 'python.exe' | |||
366 | vlog('# Making python executable in test path use correct Python') |
|
368 | vlog('# Making python executable in test path use correct Python') | |
367 | mypython = os.path.join(BINDIR, exename) |
|
369 | mypython = os.path.join(BINDIR, exename) | |
368 | try: |
|
370 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now