Re: [PyKDE] Re: Signal issues/Demo core-dump

2000-01-21 Thread Bill Eldridge

Phil Thompson wrote:
> 
> Bill Eldridge wrote:
> >
> > Oops - running Linux 6.1, latest (2.0.2) QT,
> > latest PyQT.
> >
> > Bill Eldridge wrote:
> > >
> > > I'm running some of the PyQT demos,
> > > and after tut6.py, they start having problems -
> > > PYSIGNAL doesn't seem to work right, nor does
> > > connect(self,SIGNAL(xxx),someobj.somefunc()) -
> > > only the connect(self.SIGNAL(xxx),someobj,SLOT("somefunc()")
> >
> > ...
> > --
> > Bill Eldridge
> > Radio Free Asia
> > [EMAIL PROTECTED]
> 
> PyQt won't support Qt v2.x until v0.11.  I'm surprised it even compiled.
> 

I probably just grabbed the RPM instead of compiling myself.
At this point, I'm just trying basic stuff, so I don't think
I'm using any 2.x features.  If that makes a difference.
Anyway, most of it seems to run except for the signal issue
I refer to.
--
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]







Re: [PyKDE] Re: Signal issues/Demo core-dump

2000-01-21 Thread Bill Eldridge

Boudewijn Rempt wrote:
> 
> On Wed, 19 Jan 2000, Bill Eldridge wrote:
> 
> >
> > Oops - running Linux 6.1, latest (2.0.2) QT,
> > latest PyQT.
> >
> 
> That's curious - I thought PyQt didn't work with Qt 2.0.2
> at all?
> 

Yeah, I'm one of those guys who refuses to believe the
warnings on the label (like, "Do not use around flame", etc.).
But yes, some things do work.  The tut7.py works if you
comment out the 1st line with PYSIGNAL.  (if you just change
the first one to "SIGNAL", it complains about "valueChanged"
not existing.  The 2nd PYSIGNAL seems to have no problem,
but it's the sender, not the receiver.

I haven't gone through all of them to see what else works
or doesn't.


--
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]







Re: [PyKDE] Re: Signal issues/Demo core-dump

2000-01-20 Thread Phil Thompson

Bill Eldridge wrote:
> 
> Oops - running Linux 6.1, latest (2.0.2) QT,
> latest PyQT.
> 
> Bill Eldridge wrote:
> >
> > I'm running some of the PyQT demos,
> > and after tut6.py, they start having problems -
> > PYSIGNAL doesn't seem to work right, nor does
> > connect(self,SIGNAL(xxx),someobj.somefunc()) -
> > only the connect(self.SIGNAL(xxx),someobj,SLOT("somefunc()")
> 
> ...
> --
> Bill Eldridge
> Radio Free Asia
> [EMAIL PROTECTED]

PyQt won't support Qt v2.x until v0.11.  I'm surprised it even compiled.

Phil