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 [cid:image003.jpg@01D62F71.0B134330] I've seen that in the past if I don't do the post install. I tried starting up python.exe and importing win32ui. Get this Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: DLL load failed while importing win32ui: A dynamic link library (DLL) initialization routine failed. I used Process Monitor to watch what is happening and there no problem finding and accessing win32ui.pyd. Guessing something it needs isn't there, but I can identify what. I've tried this on three different Win 10 machines with the same result. Has anyone else run into this? Thank you in advance. Gary "FINASTRA" is the trade name of the FINASTRA group of companies. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and FINASTRA. Please refer to the executed contract between you and the relevant member of the FINASTRA group for the identity of the contracting party with which you are dealing.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32