Changes between Version 41 and Version 42 of BuildBot
- Timestamp:
- Apr 10, 2012, 1:40:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v41 v42 63 63 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables) 64 64 1. Add {{{.PY}}} to the system {{{PATHEXT}}} variable. 65 1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools] (This makes it easy to install twisted).66 65 1. Download [http://sourceforge.net/projects/pywin32/ pywin32], unzip it and run `setup install` in the unzipped folder. 66 1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools]. If the installer fails due to not being able to find a registory entry, see http://selfsolved.com/problems/setuptools-06c11-fails-to-instal. 67 67 1. Run `easy_install twisted`. 68 68 1. Download [http://code.google.com/p/buildbot/ buildbot-slave zip file], unzip it and run `setup install` in the unzipped folder.