Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Scott Kitterman
On Wednesday, October 03, 2012 11:28:48 PM Luca Beltrame wrote: > In data mercoledì 03 ottobre 2012 23:22:46, Luca Beltrame ha scritto: > > Can you give me the hex version of PyQt? I'll adjust the check and see > > whether it works or not. > > I made the check a little less lax. Can you try and se

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Luca Beltrame
In data mercoledì 03 ottobre 2012 23:22:46, Luca Beltrame ha scritto: > Can you give me the hex version of PyQt? I'll adjust the check and see > whether it works or not. I made the check a little less lax. Can you try and see whether it works now? -- Luca Beltrame - KDE Forums team KDE Science s

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Luca Beltrame
In data mercoledì 03 ottobre 2012 16:32:34, Scott Kitterman ha scritto: > That's using Sip 4.13.3 and PyQt 4.9.3 (which are the versions I'll be > targeting for both Debian and Ubuntu). I'll check. I suspect the version check is too strict and cuts off things (it checks for PyQt > 4.9.0 which is

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Scott Kitterman
On Wednesday, October 03, 2012 09:43:24 PM Luca Beltrame wrote: > In data mercoledì 03 ottobre 2012 09:31:57, Scott Kitterman ha scritto: > > Not immediate ones. As long as it gets into 4.10 by it's beta release, it > > won't affect anything we have to do. > > Turns out it was quite easy to do: t

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Luca Beltrame
In data mercoledì 03 ottobre 2012 09:31:57, Scott Kitterman ha scritto: > Not immediate ones. As long as it gets into 4.10 by it's beta release, it > won't affect anything we have to do. Turns out it was quite easy to do: try fd30259903ad693b86476b6e8c280b93d0102223 from the 4.9 branch and see i

Re: [PyQt] QScriptEngineAgent segmentation fault

2012-10-03 Thread Phil Thompson
On Wed, 3 Oct 2012 17:57:39 +0100, Robert Kent wrote: > HI All, > > I'm trying to implement a QtScript debugger but am unable to install a > QScriptEngineAgent on a QScriptEngine. A much simplified example of what > I'm doing is shown below: > > from PyQt4.QtCore import * > from PyQt4.QtGui impo

[PyQt] QScriptEngineAgent segmentation fault

2012-10-03 Thread Robert Kent
HI All, I'm trying to implement a QtScript debugger but am unable to install a QScriptEngineAgent on a QScriptEngine. A much simplified example of what I'm doing is shown below: from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtScript import * if __name__=="__main__": from

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Scott Kitterman
On Wednesday, October 03, 2012 03:21:02 PM Luca Beltrame wrote: > In data mercoledì 3 ottobre 2012 14:16:33, Phil Thompson ha scritto: > > In your configure.py (or whatever) pass -x PyKDE_UseMyMappedType to sip in > > order to *disable* it. > > Thanks, I have an idea of how to do this then. Scott,

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Luca Beltrame
In data mercoledì 3 ottobre 2012 14:16:33, Phil Thompson ha scritto: > In your configure.py (or whatever) pass -x PyKDE_UseMyMappedType to sip in > order to *disable* it. Thanks, I have an idea of how to do this then. Scott, do you have time constraints? I'll have to touch the build system (for t

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Phil Thompson
On Wed, 03 Oct 2012 14:55 +0200, Luca Beltrame wrote: > In data mercoledì 3 ottobre 2012 08:51:48, Scott Kitterman ha scritto: > >> It would make it possible to run PyKDE4 4.10 on both Debian Wheezy and >> Ubuntu Quantal (12.10) without having to revert the changes for the newer > > I can try d

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Luca Beltrame
In data mercoledì 3 ottobre 2012 08:51:48, Scott Kitterman ha scritto: > It would make it possible to run PyKDE4 4.10 on both Debian Wheezy and > Ubuntu Quantal (12.10) without having to revert the changes for the newer I can try doing that but I'd need some guidance as my SIP knowledge is prett

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Scott Kitterman
On Wednesday, October 03, 2012 10:23:16 AM Luca Beltrame wrote: > In data martedì 2 ottobre 2012 12:35:10, Scott Kitterman ha scritto: > > Is there a chance you could IFDEF that instead of just removing the > > definition so that 4.10 can be backported to releases with the older PyQt? > > I'm not

Re: [PyQt] latest pykde4 (4.9.2) build fails against new sip-4.14/PyQt-4.9.5

2012-10-03 Thread Luca Beltrame
In data martedì 2 ottobre 2012 12:35:10, Scott Kitterman ha scritto: > Is there a chance you could IFDEF that instead of just removing the > definition so that 4.10 can be backported to releases with the older PyQt? I'm not sure of the current views from Simon Edwards (PyKDE4's maintaienr), but A