[PyKDE] QListView bugs

Jim Bublitz jbublitz at nwinternet.com
Tue Jul 2 00:24:01 BST 2002


On 01-Jul-02 Hans-Peter Jansen wrote:
> 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?

Yes - positive.
 
> 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...

I'm not sure what configure is looking for there -
might be something version related like the database
stuff. configure will be gone shortly anyway.

I can happily run PyQt over Qt 2.3.0 and in fact do.
I don't get the database stuff in that case, though.
That's with either 3.2.4 or 3.3, or anything earlier
than 3.2.4.


Jim




More information about the PyQt mailing list