Changes between Initial Version and Version 1 of Ticket #1464


Ignore:
Timestamp:
2011-08-01T23:47:56Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1464 – Description

    initial v1  
    11buildbot uses some of the same Python libraries as Tahoe, for example Twisted and pywin32. This creates problems for build steps that want to test what happens when those libraries are not installed, or when a version that is not compatible with buildbot is installed.
    22
    3 #1334 is a special case of this problem, as is #1346.
     3#1334 is a special case of this problem, and it also affects #1346.
    44
    55Possible solutions include using virtualenv, or setting up PYTHONPATH differently for buildbot and for the code under test.