[PyKDE] QAssistantClient and PyQt

2003-06-05 Thread Peter Kropf
Title: QAssistantClient and PyQt I'm a bit confused about a problem that I'm having when using QAssistantClient from a Python program. Here's a snippet of the code that I'm using to test things out. import sys from qt import * class LaunchButton( QPushButton ):     def __init__( self, *args

[PyKDE] Re: Integrating PyChecker into eric

2003-06-05 Thread Detlev Offenbach
Am Dienstag, 3. Juni 2003 23:15 schrieb Gordon Tyler: > Art Haas wrote: > > I'd like to publicly acknowledge and thank the developers and > > maintainers of PyChecker for the work they've done in developing > > this most useful tool. PyChecker is an effective tool for > > identifying errors in Pyth

Re: [PyKDE] QAssistantClient and PyQt

2003-06-05 Thread Phil Thompson
On Wednesday 04 June 2003 6:01 pm, Peter Kropf wrote: > I'm a bit confused about a problem that I'm having when using > QAssistantClient from a Python program. Here's a snippet of the code that > I'm using to test things out. > > import sys > from qt import * > > class LaunchButton( QPushButton ):

Re: [PyKDE] QAssistantClient and PyQt

2003-06-05 Thread Hans-Peter Jansen
Hi Peter, On Wednesday 04 June 2003 19:01, Peter Kropf wrote: > I'm a bit confused about a problem that I'm having when using > QAssistantClient from a Python program. Here's a snippet of the code > that I'm using to test things out. [...] > But when I look through the QAssistantClient.cpp and >