Changes between Initial Version and Version 4 of Ticket #2028


Ignore:
Timestamp:
2014-02-20T22:42:53Z (11 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2028

    • Property Keywords twisted usability regression added
    • Property Owner set to daira
    • Property Status changed from new to assigned
  • Ticket #2028 – Description

    initial v4  
    11In #1274 we managed to eliminate Tahoe's problematic dependency on pywin32, which significantly complicated building on Windows. However this dependency seems to have crept in again via Twisted's endpoints code:
    22
     3{{{
    34On 10/07/13 18:44, Mike Nation wrote:
    45>      File "C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\twisted\internet\endpoints.py", line 25, in <module>
     
    1213>
    1314> Failed to load application: No module named win32api
     15}}}
    1416
    1517Note that we probably didn't detect this earlier because of #1334.