Re: [PyKDE] ANN: eric3 v 3.5.0 released

2004-10-03 Thread Phil Thompson
On Sunday 03 October 2004 5:30 pm, jul wrote: > Hi there, > > First, cheers Detlev! > Great job :) > > Now, I have a question about SIP > That is one week I'm trying to wrap a C function for Python with the > famous SWIG wrapper, but without success > Basically, I would just like to pass an

[PyKDE] Eric: does not recognize function with non-simple expression as default argument value

2004-10-03 Thread Parzival Herzog
Congratulations on the release of Eric 3.5.0! Perhaps the following problem will be gone in 3.5.1! ;-)) I found that a function like: def secs2radians(secs, _cvf=math.pi/(180.0*3600.0)): return secs*_cvf would not appear as a function listed under its source file in the project tree view, b

Re: [PyKDE] ANN: eric3 v 3.5.0 released

2004-10-03 Thread jul
Hi there, First, cheers Detlev! Great job :) Now, I have a question about SIP That is one week I'm trying to wrap a C function for Python with the famous SWIG wrapper, but without success Basically, I would just like to pass an array coming from Python Numarray into my C function which t

Re: [PyKDE] ANN: eric3 v 3.5.0 released

2004-10-03 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Detlev Offenbach schrieb: | Hi, | | I am proud to announce the immediate availability of eric3 v 3.5.0. It is | available via | | http://www.die-offenbachs.de/detlev/eric3.html | | or | | http://eric-ide.sourceforge.net | | For the most prominent change

[PyKDE] ANN: eric3 v 3.5.0 released

2004-10-03 Thread Detlev Offenbach
Hi, I am proud to announce the immediate availability of eric3 v 3.5.0. It is available via http://www.die-offenbachs.de/detlev/eric3.html or http://eric-ide.sourceforge.net For the most prominent change please see the attached release notes. Regards, Detlev -- Detlev Offenbach [EMAIL PROTE

Re: [PyKDE] SIP Changes to Support ActiveX

2004-10-03 Thread Phil Thompson
On Sunday 03 October 2004 9:07 am, Detlev Offenbach wrote: > Am Samstag, 2. Oktober 2004 18:54 schrieb Phil Thompson: > > The current SIP v4 snapshot has a new implementation of connections > > between Qt signals and Python slots/callables. This is needed to support > > "external" signals from Acti

Re: [PyKDE] SIP Changes to Support ActiveX

2004-10-03 Thread Detlev Offenbach
Am Samstag, 2. Oktober 2004 18:54 schrieb Phil Thompson: > The current SIP v4 snapshot has a new implementation of connections between > Qt signals and Python slots/callables. This is needed to support "external" > signals from ActiveX controls on Windows. It may also be needed for DBUS > support i

Re: [PyKDE] Eric: Can't bind more than one key to the same function.

2004-10-03 Thread Detlev Offenbach
Am Samstag, 2. Oktober 2004 21:38 schrieb Parzival Herzog: > On October 2, 2004 04:52, Detlev Offenbach wrote: > > The dialog accepts a sequence of keys. If this doesn't work, please give > > an example keysequence because I have tried some and these worked. > > Sorry, I must have been confused...