Changes between Initial Version and Version 1 of Ticket #1464
- Timestamp:
- 2011-08-01T23:47:56Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1464 – Description
initial v1 1 1 buildbot 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. 2 2 3 #1334 is a special case of this problem, a s is #1346.3 #1334 is a special case of this problem, and it also affects #1346. 4 4 5 5 Possible solutions include using virtualenv, or setting up PYTHONPATH differently for buildbot and for the code under test.