Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 06 March 2003 09:23, Eli Carter wrote:
> Hmm... they seem to insist on python2 == 2.2, but I have 2.2.2... I'll
> have to look into that...
>

You might want to try to force it (--nodeps or --force).

If it doesn't work, go back to what you had before. I put that restriction 
in because I wasn't sure what would happen if a different version of python 
was installed.

- -- 
Jonathan Gardner
[EMAIL PROTECTED]
(was [EMAIL PROTECTED])
Live Free, Use Linux!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Z5Y6WgwF3QvpWNwRAprtAJ430gYB1NigraeyKf432edGUYnBogCfTcwe
Inr6jxqsB4qCgEpYx+r0/p0=
=k9IN
-END PGP SIGNATURE-

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Eli Carter
Jonathan Gardner wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 06 March 2003 08:22, Eli Carter wrote:

Can you give me a link?  A search didn't turn up a pyqt project...
Perhaps I just missed it?


Sure.

http://sourceforge.net/project/showfiles.php?group_id=61057
Ah, thank you.  :)

Hmm... they seem to insist on python2 == 2.2, but I have 2.2.2... I'll 
have to look into that...

Thanks!

Eli
. "If it ain't broke now,
Eli Carter   \  it will be soon." -- crypto-gram
eli.carter(a)inet.com `-
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 06 March 2003 08:22, Eli Carter wrote:
> Can you give me a link?  A search didn't turn up a pyqt project...
> Perhaps I just missed it?
>

Sure.

http://sourceforge.net/project/showfiles.php?group_id=61057

- -- 
Jonathan Gardner
[EMAIL PROTECTED]
(was [EMAIL PROTECTED])
Live Free, Use Linux!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Z3uLWgwF3QvpWNwRArK6AJ4hrKj9TSMl9/EXZE8+uVsO6Ubs1QCg4EOw
7QzsBUL70XdqQqspJy0gz94=
=BLnY
-END PGP SIGNATURE-

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Eli Carter
Jonathan Gardner wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 06 March 2003 07:06, Eli Carter wrote:

RH7.3 uses python 1.5.2 by default, but build.py needs python2 (and
python2-devel).
But fails due to sipQt.h not being in the /usr/include/python2.2
That's a slope I don't want to slide down.  I'll make that move when I
go to RH8.


Eli,

Have you tried the RPMs at sourceforge? I'm pretty sure they work on Red Hat 
7.3 as well as Red Hat 8.0 if you have upgraded.
Can you give me a link?  A search didn't turn up a pyqt project... 
Perhaps I just missed it?

TIA,

Eli
. "If it ain't broke now,
Eli Carter   \  it will be soon." -- crypto-gram
eli.carter(a)inet.com `-
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 06 March 2003 07:06, Eli Carter wrote:
> RH7.3 uses python 1.5.2 by default, but build.py needs python2 (and
> python2-devel).
> But fails due to sipQt.h not being in the /usr/include/python2.2
>
> That's a slope I don't want to slide down.  I'll make that move when I
> go to RH8.
>

Eli,

Have you tried the RPMs at sourceforge? I'm pretty sure they work on Red Hat 
7.3 as well as Red Hat 8.0 if you have upgraded.

- -- 
Jonathan Gardner
[EMAIL PROTECTED]
(was [EMAIL PROTECTED])
Live Free, Use Linux!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Z3E6WgwF3QvpWNwRArYVAJ9EPuVeb4yytalvPpWus+juM6DrXACg32xj
xjtagW7gKO6rMcF15eyi5cw=
=u17E
-END PGP SIGNATURE-

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Phil Thompson
On Thursday 06 March 2003 3:06 pm, Eli Carter wrote:
> Jim Bublitz wrote:
> [snip]
>
> > The current Qt version should build on RH7.3 with whatever Qt
> > version you have (>=1.42). Since you'll have to rebuild all of PyQt
> > anyway, that isn't any more difficult (you'll need the
> > corresponding sip version in any case).  In fact the newer versions
> > will build about 80% faster.
>
> RH7.3 uses python 1.5.2 by default, but build.py needs python2 (and
> python2-devel).

That's a bug, not a feature, that should be fixed in the current snapshots.

> But fails due to sipQt.h not being in the /usr/include/python2.2

Building SIP using "python2.2 build.py" will fix that.

> That's a slope I don't want to slide down.  I'll make that move when I
> go to RH8.
>
> Unfortunately, rebuilding the source rpm on RH as shipped fails,
> complaining of an incompatible version of Qt, even though the installed
> version is within the bounds it demands.  *grumble*RH*grumble*

Some versions of RH ship with beta versions of Qt which are not supported by 
PyQt.

> > The other alternative is to get the latest version an compare
> > qinputdialog.sip to the version you have and see what changed.
>
> I'll have to chase this angle I guess...

Phil

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] getText() fix from 2002/05/15

2003-03-06 Thread Eli Carter
Jim Bublitz wrote:
[snip]
The current Qt version should build on RH7.3 with whatever Qt
version you have (>=1.42). Since you'll have to rebuild all of PyQt
anyway, that isn't any more difficult (you'll need the
corresponding sip version in any case).  In fact the newer versions
will build about 80% faster.
RH7.3 uses python 1.5.2 by default, but build.py needs python2 (and 
python2-devel).
But fails due to sipQt.h not being in the /usr/include/python2.2

That's a slope I don't want to slide down.  I'll make that move when I 
go to RH8.

Unfortunately, rebuilding the source rpm on RH as shipped fails, 
complaining of an incompatible version of Qt, even though the installed 
version is within the bounds it demands.  *grumble*RH*grumble*

The other alternative is to get the latest version an compare
qinputdialog.sip to the version you have and see what changed.
I'll have to chase this angle I guess...

Thanks for replying!

Eli
. "If it ain't broke now,
Eli Carter   \  it will be soon." -- crypto-gram
eli.carter(a)inet.com `-
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


RE: [PyKDE] getText() fix from 2002/05/15

2003-03-05 Thread Jim Bublitz
On 05-Mar-03 Eli Carter wrote:
> I'm running RH7.3 + updates.  One of the "wonderful" things about
> that distribution is PyQt-3.1-2 has a bug with
> QInputDialog.getText(). Namely, the 'parent' argument always
> complains of invalid type.
 
> I found:
> http://www.river-bank.demon.co.uk/download/snapshots/PyQt/ChangeLo
> g
> which has:
> 2002/05/15 11:31:23  phil
> Fixed a bug in QInputDialog.getText() for Qt3.
> apparently between releases 3.2.2 and 3.2.4.
> 
> I want that fix, but I can't seem to find the source for those
> older versions. :(  I can find the latest&greatest, and the
> various versions RH shipped, but not those.  Nor have I found
> the delta that corresponds to the changelog entry.
> freshmeat isn't helpful because all the different version links
> point to river-bank.
> 
> Is there a site somewhere that I missed?  I really just want to
> make that change and rebuild... :/
 
> I guess I'll see if I can guess at changes in the mean time...

The current Qt version should build on RH7.3 with whatever Qt
version you have (>=1.42). Since you'll have to rebuild all of PyQt
anyway, that isn't any more difficult (you'll need the
corresponding sip version in any case).  In fact the newer versions
will build about 80% faster.

The other alternative is to get the latest version an compare
qinputdialog.sip to the version you have and see what changed.

Jim
 

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


[PyKDE] getText() fix from 2002/05/15

2003-03-05 Thread Eli Carter
I'm running RH7.3 + updates.  One of the "wonderful" things about that 
distribution is PyQt-3.1-2 has a bug with QInputDialog.getText(). 
Namely, the 'parent' argument always complains of invalid type.

I found: http://www.river-bank.demon.co.uk/download/snapshots/PyQt/ChangeLog
which has:
2002/05/15 11:31:23  phil
Fixed a bug in QInputDialog.getText() for Qt3.
apparently between releases 3.2.2 and 3.2.4.
I want that fix, but I can't seem to find the source for those older 
versions. :(  I can find the latest&greatest, and the various versions 
RH shipped, but not those.  Nor have I found the delta that corresponds 
to the changelog entry.
freshmeat isn't helpful because all the different version links point to 
river-bank.

Is there a site somewhere that I missed?  I really just want to make 
that change and rebuild... :/

I guess I'll see if I can guess at changes in the mean time...

TIA,

Eli
. "If it ain't broke now,
Eli Carter   \  it will be soon." -- crypto-gram
eli.carter(a)inet.com `-
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde