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

[PyKDE] genreting a translated app in eric

2005-03-11 Thread Flávio Codeço Coelho
Hi, I am writing an app with Eric , and I am using its builtin tools to translate the pyqt gui with qt linguist. I have translated everything, generated and released the translations, but I have no Idea of how to generate a translated .py so that I can distribute different language versions..

Re: [PyKDE] ANN: new eric3 snapshot

2005-03-11 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I got version 3.6.2 to install. I'm not sure where the problem was, but it's working now. Thanks for your help. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com

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