Opened at 2019-04-26T18:11:22Z
Closed at 2020-01-17T17:14:10Z
#3032 closed defect (was already fixed)
Port or replace: pypiwin32
Reported by: | heartsucker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | 1.12.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Collecting pypiwin32 Downloading https://files.pythonhosted.org/packages/d0/1b/2f292bbd742e369a100c91faa0483172cd91a1a422a6692055ac920946c5/pypiwin32-223-py3-none-any.whl Collecting pywin32>=223 (from pypiwin32) ERROR: Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions: none) ERROR: No matching distribution found for pywin32>=223 (from pypiwin32)
Change History (1)
comment:1 Changed at 2020-01-17T17:14:10Z by exarkun
- Resolution set to was already fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/685 replaces pypiwin32 with pywin32 and pywin32 has been ported to Python 3 now.