[Buildbot-devel] notes on win32 buildbot setup

Mike Taylor bear at code-bear.com
Tue Apr 26 05:58:01 UTC 2005


I'm going thru my notes on installing a buildslave in winxp and figured 
I would outline them here to see if they are helpful or if I missed any 
steps.

0. Check to make sure your PATHEXT environment variable has ";.PY" in 
it -- if not set your global environment to include it.
1. Install python -- 2.4 -- http://python.org
	* run win32 installer - no special options needed so far
2. install zope interface package -- 3.0.1final -- 
http://www.zope.org/Products/ZopeInterface
	* run win32 installer - it should auto-detect your python 2.4 
installation
3. python for windows extensions -- build 203 -- 
http://pywin32.sourceforge.net/
	* run win32 installer - it should auto-detect your python 2.4 
installation
4. twisted -- 2.0 -- http://twistedmatrix.com/projects/core/
	* unpack tarball and run
		python setup.py install
	Note: if you want to test your setup - run:
		python c:\python24\Scripts\trial.py -o -R twisted
	(the -o will format the output for console and the "-R twisted" will 
recursively run all unit tests)
5. install buildbot -- 0.6.3 -- http://buildbot.sourceforge.net/
	* unpack tarball and run
		python setup.py install

---
Bear
http://code-bear.com

Open Source Applications Foundation (OSAF)
http://www.osafoundation.org

PGP Fingerprint = 9996 719F 973D B11B E111  D770 9331 E822 40B3 CD29

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://buildbot.net/pipermail/devel/attachments/20050426/052e3857/attachment.bin>


More information about the devel mailing list