PythonQt fails to build with Python 3.7
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
I'm getting the following compile error when trying to build PythonQt SVN with Python 3.7:
It was building fine with Python 3.6.6.
System Information:
OS: Arch Linux x86_64
Qt: 5.11.1
Python: 3.7.0
PythonQt: SVN trunk (currently at r476)
I fixed this on the svn trunk, I should not have used PyImport_FixupBuiltin, since it is a private API...
I can confirm that it is fixed in the latest svn trunk.
Thank you for fixing this.
But now I'm havig another build issue. I'll open another topic for that.