ReferencePlatforms/Test/WinXP: Difference between revisions

No edit summary
Line 54: Line 54:
  c:\python24\python setup.py install
  c:\python24\python setup.py install
Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %*
Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %*
Open up c:\python24\lib\site-packages\buildbot\scripts\startup.py
 
* Remove the following lines:
        if platformType == "win32":
            try:
                from twisted.scripts._twistw import run
            except ImportError:
                from twisted.scripts.twistw import run
        else:
            from twisted.scripts.twistd import run
* Replace them with:
        from twisted.scripts.twistd import run
=== Apache ===
=== Apache ===
==== Talos page set and framecycler ====
==== Talos page set and framecycler ====
canmove, Confirmed users
6,441

edits