Changes between Version 26 and Version 27 of BuildBot
- Timestamp:
- Jan 7, 2011, 10:35:20 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v26 v27 42 42 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables) 43 43 1. Add {{{.PY}}} to the system {{{PATHEXT}}} variable. 44 1. Install [http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/pywin32-214.zip/download pywin32].45 44 1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools] (This makes it easy to install twisted). 45 1. Run `easy_install pywin32`. 46 46 1. Run `easy_install twisted`. 47 47 1. Download [http://code.google.com/p/buildbot/ buildbot-slave zip file], unzip it and run `setup install` in the unzipped folder.