Re: [PyKDE] Notifying self on all emits _OR_ overriding default emit behavior

2003-10-02 Thread Sundance
I heard Myddrin said: > No, I mispoke. Slots should be signals above. Oh! I see. :) > I would need to take a generic (or ones that inherit from say > MydWidget) object X and discover it's signals so I can subscribe to > them and then call the "webbrowser scripts" Well, I'm not really sure

Re: [PyKDE] Notifying self on all emits _OR_ overriding default emit behavior

2003-10-02 Thread Myddrin
On Thursday 02 October 2003 12:25, Sundance wrote: > I heard Myddrin said: > > If I could discover the slots at run time that would work, yes. > > However PyQT doesn't expose this info (as far as I know) like the QT > > library does.. > > Erm, so you mean you want to know what slots are going t

Re: [PyKDE] Notifying self on all emits _OR_ overriding default emit behavior

2003-10-02 Thread Sundance
I heard Myddrin said: > If I could discover the slots at run time that would work, yes. > However PyQT doesn't expose this info (as far as I know) like the QT > library does.. Erm, so you mean you want to know what slots are going to get triggered by a given signal then...? Why do you want

Re: [PyKDE] Installation issues

2003-10-02 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 01 October 2003 17:35, Daniel Harker wrote: > Hey guys, > > I am currently running redhat 9, and thought it would be a good idea to > install the rpm version of PyKDE 3.7-0. I installed it, and everything > seemed to be fine, but then whe

Re: [PyKDE] Notifying self on all emits _OR_ overriding default emit behavior

2003-10-02 Thread Myddrin
On Thursday 02 October 2003 09:51, Sundance wrote: > I heard Myddrin said: > > For the sake of argument, let's say I need to know whenever an object > > emits a signal. > > Well... I'm propably gonna say something stupid, but isn't the > straightfoward way to do this, to actually connect the signal

Re: [PyKDE] Notifying self on all emits _OR_ overriding default emit behavior

2003-10-02 Thread Sundance
I heard Myddrin said: > For the sake of argument, let's say I need to know whenever an object > emits a signal. Well... I'm propably gonna say something stupid, but isn't the straightfoward way to do this, to actually connect the signal to a slot...? -- S.

Re: [PyKDE] sip support for Numeric extensions?

2003-10-02 Thread Gerard Vermeulen
On Wed, 01 Oct 2003 14:39:27 -0600 Joe Van Andel <[EMAIL PROTECTED]> wrote: > Has anyone used SIP to build C++ extensions that accept Numeric arrays > as arguments, and return Numeric arrays? > > I've found the PyQwt package that converts Numeric arrays to > QwtArray's. This is a good start, b