Re: [PyKDE] ANN: PyQt v3.14, SIP v4.2, QScintilla v1.5 Released

2005-03-11 Thread Paul F. Kunz
I ahve the following Python class defined... class Linear ( FunctionBase ) : def __init__ ( self, other = None ) : if other : FunctionBase.__init__( self, other ) print copy self.initialize () else: FunctionBase.__init__( self

Re: [PyKDE] ANN: PyQt v3.14, SIP v4.2, QScintilla v1.5 Released

2005-03-11 Thread Phil Thompson
On Friday 11 March 2005 6:08 pm, Paul F. Kunz wrote: I ahve the following Python class defined... class Linear ( FunctionBase ) : def __init__ ( self, other = None ) : if other : FunctionBase.__init__( self, other ) print copy

Re: [PyKDE] ANN: PyQt v3.14, SIP v4.2, QScintilla v1.5 Released

2005-03-11 Thread Paul F. Kunz
On Fri, 11 Mar 2005 19:11:56 +, Phil Thompson [EMAIL PROTECTED] said: On Friday 11 March 2005 6:08 pm, Paul F. Kunz wrote: I ahve the following Python class defined... class Linear ( FunctionBase ) : def __init__ ( self, other = None ) : if other : FunctionBase.__init__( self, other

[PyKDE] ANN: PyQt v3.14, SIP v4.2, QScintilla v1.5 Released

2005-02-19 Thread Phil Thompson
PyQt v3.14, SIP v4.2 and QScintilla v1.5 have all been released and are available from the usual places. Please read the note at the end about how enum support has changed. PyQt v3.14 - added support for QScintilla v1.5 - added support for qInstallMsgHandler() - added support for Ulli Berning's