Segmentation Error for PySide&Qt4 in Mac OS 10.15.7 Catalina #1076
Unanswered
PastCodeFarmer
asked this question in
Q&A
Replies: 1 comment
-
I converted the issue to a discussion because this is not an issue. We do not support python 2.7 for a long time. PySide is not supported by their team and by cx_Freeze. We have hooks to support PyQt5 and PySide2. I suggest you try to convert your app to python 3.7 or 3.8 for example, test, and if have problems to freeze I can help you. There is a package that can help you to convert to newer python: pyupgrade |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We freeze our python script (using PySide&Qt4) with cx_Freeze 5.1.1 in Mac amd64, while our python version is 2.7.16. And alter all dynamic lib references into the right relative path with install_name_tool . The whole procedure works well in Mac OS 10.13 High Sierra , but fail in 10.15.7 Catalina .
When we run the freezed binary, the terminal tells "Segmentation Error". Below is the Apple Crash Report, and we can know it blocks in the import of PySide.QtCore .
Since now everything is in black box, can somebody tell us how to go forward? Thanks much for your help.
Beta Was this translation helpful? Give feedback.
All reactions