Changes between Version 56 and Version 57 of RunningBuildbotOnWindows
- Timestamp:
- 09/16/11 08:36:17 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningBuildbotOnWindows
v56 v57 13 13 For the remainder of this document we will assume python was installed in "`C:Python26`". Please adjust accordingly if you install to a different path. 14 14 15 Install python, pywin32, and Twisted for all users. You will need administrator privileges to install these dependencies, but not for installing buildbot itself. The latter two should look up the registry key and know where to install to such that they work with the python you've installed, but you may have to do some adjusting if you've got multiple versions of pythoninstalled.15 Install python, pywin32, and Twisted for all users. You will need to do this while logged in as the actual "Administrator" account, not as a regular user with Administrator privileges, because of the way filesystem permissions are inherited during egg installation. When running python setup.py, be sure to use the full path to the version of python you expect to run buildbot (It is ok to have multiple versions of python installed). The pywin32 and Twisted installers will look up the registry key and know where to install to such that they work with the python you've installed. 16 16 17 17 Install Buildbot itself with … … 22 22 23 23 It does not need administrator rights to install. 24 25 24 26 25 27 === Test Your Installation ===
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)