[PyQt] QSortFilterProxyModel - AttributeError

Phil Thompson phil at riverbankcomputing.com
Fri Jun 5 17:32:04 BST 2009


On Fri, 05 Jun 2009 17:22:03 +0100, Mads Ipsen <mpi at comxnet.dk> wrote:
> Hi,
> 
> The script below fails with
> 
> PyQt-4.4.4
> qt-4.5.1
> 
> giving the error:
> 
> Traceback (most recent call last):
>   File "simple.py", line 14, in <module>
>     print proxy_model.sortColumn()
> AttributeError: sortColumn
> 
> Am I missing something here?

A version of PyQt that knows about Qt v4.5, ie. PyQt v4.5.

Phil


More information about the PyQt mailing list