[PyQt] multiple errors when buildin PyQt 4.10.0 on RHEL6

Phil Thompson phil at riverbankcomputing.com
Mon Sep 28 16:03:15 BST 2015


On 28 Sep 2015, at 3:45 pm, Nemanja Savic <vlasinac at gmail.com> wrote:
> 
> Hi all guys,
> 
> in order to meet gnuradio requirements I need to have PyQt >= 4.10.0. On my machine I already had installed via rpm qt 4.6.2. When I try to make PyQt 4.10.0 using qt 4.6.2 the following error occures:
> 
> qpycore_chimera.cpp: In member function ‘void Chimera::set_flag()’:
> qpycore_chimera.cpp:557: error: ‘struct _pyqt4ClassTypeDef’ has no member named ‘qt4_flags’
> 
> Then I tried with a newer version of qt, so I build from source qt 4.8.0 and configured PyQt as to use local installation of qt, but then following error occured:
> 
> qpycore_chimera.cpp: In member function ‘void Chimera::set_flag()’:
> qpycore_chimera.cpp:557: error: ‘struct _pyqt4ClassTypeDef’ has no member named ‘qt4_flags’
> 
> Can anybody suggest what might be a problem?

You probably need to use a correspondingly old version of SIP.

Phil


More information about the PyQt mailing list