5 PYTHON
= sys
.executable
6 PYTHON_DLL
= 'c:/mozilla-build/python27/python27.dll'
7 VENV_PATH
= os
.path
.join(os
.getcwd(), 'build/venv')
11 "installer_path": "installer.exe",
12 "virtualenv_path": VENV_PATH
,
13 "virtualenv_modules": ['pywin32', 'raptor', 'mozinstall'],
16 'easy_install': ['%s/scripts/python' % VENV_PATH
,
17 '%s/scripts/easy_install-2.7-script.py' % VENV_PATH
],
18 'mozinstall': ['%s/scripts/python' % VENV_PATH
,
19 '%s/scripts/mozinstall-script.py' % VENV_PATH
],
20 'hg': os
.path
.join(os
.environ
['PROGRAMFILES'], 'Mercurial', 'hg'),
22 "title": socket
.gethostname().split('.')[0],
25 "download-and-extract",
27 "install-chromium-distribution",
32 "tooltool_cache": os
.path
.join('c:\\', 'build', 'tooltool_cache'),
34 "win32": "python3.manifest",
35 "win64": "python3_x64.manifest",
38 # python3 requires C runtime, found in firefox installation; see bug 1361732
39 "PATH": "%(PATH)s;c:\\slave\\test\\build\\application\\firefox;"