I’m trying to upgrade my application to python 3.8.2 from 3.7.6 (because of some compatibility issues). I’m also using wxPython 4.1 and OSX 10.15.4. I keep getting the following error…
This program needs access to the screen. Please run with a
Framework build of python, and only when you are logged in
on the main display of your Mac.
I’ve downloaded and installed python 3.8.2 from the official site (I’m assuming that is a “framework” version). Also, I’ve read that using “pythonw” is no longer necessary, and in any case the only pythonw I can find on my system runs python 3.7, not 3.8.
Where am I going wrong?
Thanks
Eric