Bug 23446

Summary: the sip module implements API v7.0 but the qt module requires API v5.0
Product: Sisyphus Reporter: dek <dek>
Component: python-module-qtAssignee: real <real>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: antohami, at, cas, cow, darktemplar, enp, evg, george, glebfm, hiddenman, imz, lav, ldv, mithraen, nbr, qa_viy, rider, rt, sem, shaba, sin, solo, vitty, viy, vvk
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description dek 2010-05-06 16:54:44 MSD
kde@thikpad ~ $ alias e='echo \$'
kde@thikpad ~ $ cat test.py ;e ; python test.py ;e ; rpm -q python-module-qt
#
from qt import *;
$
Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from qt import *;
RuntimeError: the sip module implements API v7.0 but the qt module requires API v5.0
$
python-module-qt-3.18.1-alt1.1
Comment 1 Repository Robot 2010-08-03 07:30:55 MSD
python-module-qt-3.18.2-alt1.29855a84d8b6 -> sisyphus:

* Tue Aug 03 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux> 3.18.2-alt1.29855a84d8b6
- Version 3.18.2 (dev) (ALT #23446)