Hi Nemanja - SIP is used in Qwt and other PyQt related projects. It has its own internal API, which must be compatible for all Python modules being loaded (including SIP itself). So, what this error means is that the Qwt module was built using a given SIP API (6.0 looks like), then SIP was upgraded to provide a newer API (11.[01] looks like). The solution is to rebuild/reinstall the offending module[s] (Qwt looks like) using the new SIP version. Hope this helps! - MLD
On Thu, Sep 24, 2015, at 07:17 AM, Nemanja Savic wrote: > i am trying to install gnuradio 3.7.7.1 version og gnuradio on my > RHEL6 machine in a local path and to preserve my 3.6.5.1 version. > After instaling many different programs i also screwed my old version. > Ok it was not that bad but filter design tool doesn't work for me. I > get the following error > > Traceback (most recent call last): File > "/usr/local/bin/gr_filter_design", line 22, in <module> import > PyQt4.Qwt5 as Qwt File "/usr/lib64/python2.6/site- > packages/PyQt4/Qwt5/__init__.py", line 32, in <module> from Qwt > import * RuntimeError: the sip module implements API v11.0 to v11.1 > but the PyQt4.Qwt5.Qwt module requires API v6.0 > > Did anybody has already ex[erienced this error and maybe have > suggestion how to solve it?
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
