Changes between Version 42 and Version 43 of RunningBuildbotOnWindows


Ignore:
Timestamp:
12/05/10 17:15:53 (2 years ago)
Author:
tfogal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v42 v43  
    99 * [http://twistedmatrix.com/trac/wiki/Downloads Twisted].  Match the version with the python you installed. 
    1010 * [http://pypi.python.org/pypi/zope.interface/ Zope.Inteface].  This was basically impossible to get installed on Windows.  The author got it to work by installing [http://pypi.python.org/pypi/setuptools/ setuptools] and then `easy_install`ing it via "`C:python26scriptseasy_install zope.interface`". 
    11  * [http://buildbot.net/ Buildbot], of course.  You need 0.8.2 or later; use git `master` if you're reading this before 0.8.2 comes out! 
     11 * [http://buildbot.net/ Buildbot], of course.  You need 0.8.2 or later. 
    1212 
    1313For the remainder of this document we will assume python was installed in "`C:Python26`".  Please adjust accordingly if you install to a different path.