865
edits
Line 17: | Line 17: | ||
* Change Python's install path in the Windows Registry. You can open Registry Editor by entering <tt>regedit</tt> into the Windows Command Prompt program. You'll want to edit the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\InstallPath to be <tt>C:\mozilla-build\python25\</tt> Note: you might have to change your permissions before you edit, by going to Edit>Permissions in the Registry Editor. | * Change Python's install path in the Windows Registry. You can open Registry Editor by entering <tt>regedit</tt> into the Windows Command Prompt program. You'll want to edit the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\InstallPath to be <tt>C:\mozilla-build\python25\</tt> Note: you might have to change your permissions before you edit, by going to Edit>Permissions in the Registry Editor. | ||
* | * Run Mozilla Build. this can usually be done by running C:\mozilla-build\start-l10n.bat | ||
* navigate to the unzipped regression folder, for example: <tt>cd Desktop/regression</tt> | * navigate to the unzipped regression folder from this command line, for example: <tt>cd Desktop/regression</tt> | ||
* execute the install script <tt>./install-windows.sh</tt> This will install SetupTools, PyWin32, and some Python modules, so some installer windows might pop open, just install everything in the default location. | * execute the install script <tt>./install-windows.sh</tt> This will install SetupTools, PyWin32, and some Python modules, so some installer windows might pop open, just install everything in the default location. |
edits