Dear PyWin32 users, We have been developing and distributing on Windows a large application over the years. The application is of course in Python, and it gets Cythonized and bundled up with py2exe for distribution.
Up until today everything was working fine. We have made no change to any of the dependencies, no change in Python version, no nothing. Just normal evolution of our Python code. However, at application startup we are now getting this message: [image: image.png] I have looked at where this message is generated: https://github.com/mhammond/pywin32/blob/main/Pythonwin/Win32uiHostGlue.h But I have no clue why and how it's possible to get that error. We have been using win32ui for a very long time with no issues. I know it's a long shot, but does anyone have any hint on where to look to find out why this error appears? I have tried with Dependencies X64 but I can't see anything wrong - albeit we have dozens of pyd and dll files and I haven't gone through all of them. Not that they have changed anyway, we haven't changed anything in our Python installation. Thank you in advance for any suggestion. Andrea.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32