[PyKDE] ANN : PyKDE 3.3.2 SuSE 8.1 rpm
Hans-Peter Jansen
hpj at urpla.net
Wed Oct 16 23:52:01 BST 2002
On Wednesday 16 October 2002 11:28, Marc Schmitt wrote:
> Hi,
>
> PyKDE 3.3.2 for SuSE 8.1 is there (its currently uploading). It has the
> subtitle ("Krippled") as I had to remove the paint function within
> khtml_part.sip in order to make it compile. Everything else should work as
> before.
> When we find a way to work around the non-pod type error (probably caused
> by gcc3.2) I'll make a new minor release.
For your convenience, I've made an alternative build available here:
http://lisa-gmbh.de/download.html#PyQt-RPMs
Note, that I don't regard this as a contest with Marc's affords,
with were pretty valuable to get this job done. Not to forget the
affords of the well known creators of these packages. Thanks a lot!
We finally came to the conclusion, that providing more than the
necessary number of packages, is sub optimal for most users.
I hope, I've made the correct fixes to sip/khtml_part.sip:
--- ../PyKDE-3.3.2.orig/sip/khtml_part.sip 2002-08-21 20:08:45.000000000 +0200
+++ ./sip/khtml_part.sip 2002-10-16 21:11:18.000000000 +0200
@@ -124,8 +124,8 @@
QRect r;
int i = 0;
- if (sipParseArgs(&sipArgsParsed,sipArgs,"mJ0J0ii",sipThisObj,sipClass_KHTMLPart,&ptr, sipClass_QPainter, p,
- sipClass_QRect, r, i))
+ if (sipParseArgs(&sipArgsParsed,sipArgs,"mJ0J0i",sipThisObj,sipClass_KHTMLPart,&ptr, sipClass_QPainter, p,
+ sipClass_QRect, &r, i))
{
bool b;
> Bye
> -Marc
Enjoy,
Hans-Peter
More information about the PyQt
mailing list