Menu

#680 Upload latest version to pypi

v1.0 (example)
open
None
5
2016-09-05
2014-09-26
wiggin15
No

The latest version of pywin32 in pypi is out of date and contains no distributions:
https://pypi.python.org/pypi/pywin32
The latest version should be uploaded so that pywin32 can be installed using easy_install / pip

Discussion

  • Glyph Lefkowitz

    Glyph Lefkowitz - 2014-12-03

    Those interested in this bug can get wheel distributions here;

    https://pypi.python.org/pypi/pypiwin32

     
  • Michael Rans

    Michael Rans - 2015-02-20

    Thanks for making the whl files available. It would be better if they were at https://pypi.python.org/pypi/pywin32 so that there is no need to change the dependency name to pypiwin32.

     
  • Glyph Lefkowitz

    Glyph Lefkowitz - 2015-02-20

    I would if I could. I've been asking for almost a year now for the permission to access pywin32's PyPI namespace.

    Please see https://sourceforge.net/p/pywin32/feature-requests/110/

     
  • Jon Cage

    Jon Cage - 2015-04-13

    This is also having knock on effects for the 'winshell' module. It would help those of us using this module a lot if it could be added to PyPi

     

    Last edit: Jon Cage 2015-04-13
  • Adam Groszer

    Adam Groszer - 2016-06-09

    Someone / something is building eggs/exe installers, any chance to get eggs/exes for other python versions? buildout just can't do wheels yet.
    thanks

     
  • anatoly techtonik

    @Glyph, are the patches to build wheels already here?