View Single Post
Old 12-08-2021, 01:18 AM   #21
democrite
Evangelist
democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.
 
Posts: 441
Karma: 77256
Join Date: Sep 2011
Device: none
Thank you Kevin and DiapDealer.

From a quick look, the PyQt5 compile error may be from the used sip version.

As for Python 3.9, perhaps that indicates you are preparing to soon migrate. Such could be better if possible. I don’t use Python too much these days so I don’t keep up. Seems 3.9 is the recommended version. Plus there is this fix for Monterey in 3.9.8:

Quote:
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project.
And from 3.9.7 which I didn’t check if backported:

Quote:
bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored
If other issues, I do not know. Perhaps one or both of you are aware of such and or other issues thus were already planning on it.
democrite is offline   Reply With Quote