Re: [PyKDE] Request for Testing

2005-08-22 Thread Phil Thompson
On Monday 22 August 2005 3:51 pm, Giovanni Bajo wrote: > Giovanni Bajo <[EMAIL PROTECTED]> wrote: > >> Eventually produced... :) Attached to this mail. > > Followup: it could be reduced a little bit more. Attached again. Should be fixed in tonight's SIP snapshot - no need to rebuild PyQt. Thanks,

Re: [PyKDE] pyqt for python 2.2?

2005-08-22 Thread Eric Herrera
I found and extracted that version from a src rpm. It's building now and I suspect it will complete fine now. I'm running Debian/commercial. The version number helped. I just needed to get my hands on a version that would work with python 2.2. I was trying to find it in a tarball. I thought t

Re: [PyKDE] pyKDE 0628 snapshot doesn't compile anymore with newer sip

2005-08-22 Thread Jim Bublitz
On Monday 22 August 2005 06:16, Danny Pansters wrote: > First of all, thanks for all the hard work. > I'm having a problem building pyKDE with the new sip. The last version that > I succesfully tested was 0727. With 0819 and 0821 I get this, and from the > looks of it it's possibly a problem that

Re: [PyKDE] pyqt for python 2.2?

2005-08-22 Thread Phil Thompson
On Monday 22 August 2005 5:21 pm, Eric Herrera wrote: > Does anyone know if/where there is a tarball repository of historical > versions pyqt? > > > I need to build pyqt for python 2.2. > > The sip download page states I need to use sip v3 for python 2.2 or > earlier, while the latest version of py

Re: [PyKDE] pyqt for python 2.2?

2005-08-22 Thread Giovanni Bajo
Eric Herrera <[EMAIL PROTECTED]> wrote: > Does anyone know if/where there is a tarball repository of historical > versions pyqt? > > I need to build pyqt for python 2.2. > > The sip download page states I need to use sip v3 for python 2.2 or > earlier, while the latest version of pyqt(3.14.1) comp

[PyKDE] pyqt for python 2.2?

2005-08-22 Thread Eric Herrera
Does anyone know if/where there is a tarball repository of historical versions pyqt? I need to build pyqt for python 2.2. The sip download page states I need to use sip v3 for python 2.2 or earlier, while the latest version of pyqt(3.14.1) complains that I need a later version of sip. -Eric _

Re: [PyKDE] Request for Testing

2005-08-22 Thread Giovanni Bajo
Giovanni Bajo <[EMAIL PROTECTED]> wrote: >> Eventually produced... :) Attached to this mail. Followup: it could be reduced a little bit more. Attached again. -- Giovanni Bajo#!/usr/bin/env python #-*- coding: utf-8 -*- import gc import weakref from qt import * app = QApplication([]) class OO(

Re: [PyKDE] Request for Testing

2005-08-22 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: The error occurs because for some reason the custom event data contains None instead of the expected tuple. We are using Windows XP, Qt 3.3.3. >>> >>> Should be fixed in tonights SIP snapshot - no need to rebuild PyQt. >> >> This breaks

Re: [PyKDE] Request for Testing

2005-08-22 Thread Phil Thompson
> Phil Thompson <[EMAIL PROTECTED]> wrote: > >>> The error occurs because for some reason the custom event data contains >>> None instead of the expected tuple. >>> >>> We are using Windows XP, Qt 3.3.3. >> >> Should be fixed in tonights SIP snapshot - no need to rebuild PyQt. > > This breaks my co

Re: [PyKDE] Request for Testing

2005-08-22 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: >> The error occurs because for some reason the custom event data contains >> None instead of the expected tuple. >> >> We are using Windows XP, Qt 3.3.3. > > Should be fixed in tonights SIP snapshot - no need to rebuild PyQt. This breaks my code again..

[PyKDE] pyKDE 0628 snapshot doesn't compile anymore with newer sip

2005-08-22 Thread Danny Pansters
First of all, thanks for all the hard work. I'm having a problem building pyKDE with the new sip. The last version that I succesfully tested was 0727. With 0819 and 0821 I get this, and from the looks of it it's possibly a problem that other modules may also have: c++ -c -Wno-deprecated-declara