Re: [PyQt] Incompotible signatures

2010-10-20 Thread Hans-Peter Jansen
On Wednesday 20 October 2010, 12:23:36 Alexandr N Zamaraev wrote: > I upgrade my Kubuntu to 10.10. > (libqtcore4 v4.7.0-0ubuntu4, python-sip v4.10.5-0ubuntu1, python-qt4 > v4.7.4-0ubuntu1) > And I receive TypeError for my projects > > Sample code (file slots.py): > #! /usr/bin/env python > # -*- co

[PyQt] Incompotible signatures

2010-10-20 Thread Alexandr N Zamaraev
I upgrade my Kubuntu to 10.10. (libqtcore4 v4.7.0-0ubuntu4, python-sip v4.10.5-0ubuntu1, python-qt4 v4.7.4-0ubuntu1) And I receive TypeError for my projects Sample code (file slots.py): #! /usr/bin/env python # -*- coding: utf-8 -*- import sys from PyQt4 import QtCore, QtGui class TableView(QtGu