[PyKDE] QListView bugs

Hans-Peter Jansen hpj at urpla.net
Mon Jul 1 21:54:00 BST 2002


On Mon, 01 Jul 2002 08:45:45 -0700 (PDT)
"Jim Bublitz" <jbublitz at nwinternet.com> wrote:

> On 01-Jul-02 Hans-Peter Jansen wrote:
> >> > Python : 2.1.1, Qt : 3.0.2, PyQt : 3.2.4
>  
> > Doesn't PyQt 3.2.4 wants Qt 3.0.4 at least?
> 
> Nope - any Qt >= 1.4.2 is supported, all from
> the same set of sip files. Of course you only
> get the features the Qt version supports.

Are you _really_ sure?

I talked about PyQt 3.2.4, which was the last Qt version dependant 
release IIRC, and found this in its configure:

# Check the Qt version against what the generated code can handle.

echo "$as_me:$LINENO: checking for Qt version >= 304 and < 400" >&5
[...]
#if QT_VERSION >= 304 && QT_VERSION < 400
yes
#endif
[...]
if test ! "$check" = "yes"
then
{ { echo "$as_me:$LINENO: error: \"incompatible Qt version\"" >&5

I remembered this, because I tried to patch this in order to
circumvent a Qt update, but failed...

> Jim

Hans-Peter




More information about the PyQt mailing list