On Saturday 23 November 2002 4:15 am, katagiri wrote: > Hi, > > I want to use insertRows() method of the class QTable, > but I got AttributeError as below. > > > $ python > Python 2.2.2 (#2, Oct 21 2002, 12:06:05) > [GCC 2.95.3 20010315 (release)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > >>> from qt import * > >>> import qttable > >>> a=QApplication([]) > >>> qttable.QTable.insertRows > > Traceback (most recent call last): > File "<stdin>", line 1, in ? > AttributeError: insertRows
Which version of Qt are you using? insertRows was added with Qt v3. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
