On May 21, 2020, at 1:09 PM, Scorby, Gary <gary.sco...@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, t...@probo.com Providenza & Boekelheide, Inc.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32