Re: [PyQt] QLabel.setTextInteractionFlags raises AttributeError

2008-01-18 Thread Hans-Peter Jansen
Am Freitag, 18. Januar 2008 schrieb Dog Walker: > On Jan 17, 2008 3:05 PM, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Thursday 17 January 2008, Dog Walker wrote: > > > QT: 3.3.7 SuSE 10.2 > > > > > > Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show > > > "QLabel.setTextInteractionFlags (

Re: [PyQt] QLabel.setTextInteractionFlags raises AttributeError

2008-01-17 Thread Dog Walker
On Jan 17, 2008 3:05 PM, Phil Thompson <[EMAIL PROTECTED]> wrote: > On Thursday 17 January 2008, Dog Walker wrote: > > QT: 3.3.7 SuSE 10.2 > > > > Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show > > "QLabel.setTextInteractionFlags (self, Qt.TextInteractionFlags flags)" > > This is PyQt4. > I

Re: [PyQt] QLabel.setTextInteractionFlags raises AttributeError

2008-01-17 Thread Phil Thompson
On Thursday 17 January 2008, Dog Walker wrote: > QT: 3.3.7 SuSE 10.2 > > Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show > "QLabel.setTextInteractionFlags (self, Qt.TextInteractionFlags flags)" This is PyQt4. > but > > from qt import * > ... This is PyQt3. > self.aboutTextLabel = QLabel(s

[PyQt] QLabel.setTextInteractionFlags raises AttributeError

2008-01-17 Thread Dog Walker
QT: 3.3.7 SuSE 10.2 Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show "QLabel.setTextInteractionFlags (self, Qt.TextInteractionFlags flags)" but from qt import * ... self.aboutTextLabel = QLabel(self.itsWindow,"aboutVersions") ... Traceback (most recent call last): File "kgmailnotifier.py"