Joseph Lee
Joseph Lee
Hi, I think it would be better to come up with our own alternatives and get a potential fix tested in the wild before trying to persuade libffi folks to...
Hi, 2022 update: has anyone tried Python 3.11 alpha and see if latest libffi fixes the issue discussed here? If yes, I think 3.11 would be the most appropriate version...
Hi, I think perhaps that might be the next thing to do after investigating Python upgrade. Note that this will require preparations to support 32-bit NVDA add-ons, most notably speech...
Hi, I might mention this in a new issue, but wxPython 4.2.0 does not come with Python 3.7 32-bit wheel - only 64-bit Windows and macOS builds are provided. This...
Hi, yes, no x86 (win32) 32-bit wheel for wxPython (testing wxPy 4.2.0 at the moment, the biggest change being InitLocale function behavior, so I think it would be safe to...
Hi, moving from 32-bit to 64-bit (even with hybrid architecture approach) will be a complex operation – way more than Project Threshold, I think (Python 2 to 3 transition took...
Hi, Note that the base implementation of UIA notification event handler will ignore background notifications. If it works differently in Windows Terminal object, then this might be something to think...
Hi, Is it because of distutils/setuptools/msi issue? I remember seeing something in a Git log for wxPython a while back. We (NVDA developers) would like to move to Python 3.10/3.11...
Hi, Managed to build a wheel for 32-bit Python 3.7 (tweaked instructions from https://wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/index.html): Environment: Windows 11 2022 Update (Version 22H2 build 22623.741 beta), Python 3.7.9 32-bit, Visual Studio 2022...
Hi, Turns out this issue may not be related to wxPython - it is attrdict that is the likely culprit, as it wants to import collections.Mapping which is gone in...