[python-win32] Python 3.9 and win32ui.pyd
Tim Roberts
timr at probo.com
Fri May 22 01:21:00 EDT 2020
On May 21, 2020, at 1:09 PM, Scorby, Gary <Gary.Scorby at finastra.com> wrote:
>
> I have a few extra hours this week so I installed the first beta of Python 3.9 and added pywin32. Trying to get an early look to see if we are going to make any major changes for the 3.9 release. Running on Windows 10.
>
> Followed these steps:
>
> Downloaded and installed the Python 3.9 beta.
> pip pywin32
> Ran the pywin32 post install script.
> Added the path.
>
> These are the same steps as when I do a fresh 3.8 install. First thing I tried is starting pythonwin.exe, get this
It’s possible (although I am just speculating wildly here) that Python 3.9 is being built with a newer version of Visual Studio. Remember that add-ins have to be compiled with the same version as the interpreter, to avoid runtime library conflicts.
—
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20200521/2f070ed9/attachment-0001.html>
More information about the python-win32
mailing list