Re: [Python-Dev] PEP 514 and pywin32

2016-12-28 Thread Glenn Linderman
nn Linderman <mailto:gl...@nevcal.com> Cc: Python Dev <mailto:python-dev@python.org> Subject: Re: [Python-Dev] PEP 514 and pywin32 Try the 'gohlke' download site. Whenever getting stuck in some of the newest Python 3.x versions, that side usually has installers that work. It did

Re: [Python-Dev] PEP 514 and pywin32

2016-12-28 Thread Steve Dower
d then install the wheel. You miss out on their post-install steps, but most people don't need those anyway. Cheers, Steve Top-posted from my Windows Phone -Original Message- From: "Burkhard Meier" Sent: ‎12/‎28/‎2016 1:43 To: "Glenn Linderman" Cc: "Python

Re: [Python-Dev] PEP 514 and pywin32

2016-12-28 Thread Burkhard Meier
Try the 'gohlke' download site. Whenever getting stuck in some of the newest Python 3.x versions, that side usually has installers that work. It did work for me just now, using Python 3.6.0 64-bit on Windows 10 64-bit OS. [image: Inline image 1] Burkhard On Tue, Dec 27, 2016 at 9:17 PM, Glenn Li

[Python-Dev] PEP 514 and pywin32

2016-12-27 Thread Glenn Linderman
So today I tried to install pywin32 on my new Python 3.6.0 and got the following error: --- Cannot install --- Python version 3.6-32 required, which was not found in the registry. --- OK --- Seems li