make genscript provide information as to compatibility

(now that argparse is a dependency on python2.6)
This commit is contained in:
holger krekel
2013-07-26 08:59:31 +02:00
parent 7a8134660f
commit 2a7c79dbf5
7 changed files with 51 additions and 11 deletions
+3
View File
@@ -77,6 +77,9 @@ winpymap = {
'python2.5': r'C:\Python25\python.exe',
'python2.4': r'C:\Python24\python.exe',
'python3.1': r'C:\Python31\python.exe',
'python3.2': r'C:\Python32\python.exe',
'python3.3': r'C:\Python33\python.exe',
'python3.4': r'C:\Python34\python.exe',
}
def getexecutable(name, cache={}):