[PyKDE] ANN: PyQt v3.10, SIP v3.10 Released

2004-01-17 Thread Phil Thompson
PyQt v3.10 and SIP v3.10 have been released and are available at the usual place. These are mainly bug fix releases, but also include... - the QHttp, QHttpHeader, QHttpRequestHeader, QHttpResponseHeader and QLocalFs classes - sip.voidptr.asstring() has been added to convert arbitary blocks of

Re: [PyKDE] qt.qApp, subclassing QApplication

2004-01-17 Thread dan
On Thu, 15 Jan 2004 19:15:06 +, Phil Thompson [EMAIL PROTECTED] wrote: On Thursday 15 January 2004 10:58 am, [EMAIL PROTECTED] wrote: in my application I want to subclass qt.QApplication and use this subclass instead of QApplication. Some of my modules are automatically generated by

[PyKDE] qtpe build problem

2004-01-17 Thread Michael Lauer
Hello, I'm cross-building PyQt 3.9 with sip 3.9 against Qt/Embedded 2.3.7 and Qtopia. With the same build environment that successfully compiles PyQt 3.8/sip 3.8, I get the following error w/ 3.9: sipqtpeQDawgNode.cpp: In function `PyObject* sipDo_QDawg_Node_letter(PyObject*,

Re: [PyKDE] qt.qApp, subclassing QApplication

2004-01-17 Thread Phil Thompson
On Saturday 17 January 2004 4:43 pm, [EMAIL PROTECTED] wrote: On Thu, 15 Jan 2004 19:15:06 +, Phil Thompson [EMAIL PROTECTED] wrote: On Thursday 15 January 2004 10:58 am, [EMAIL PROTECTED] wrote: in my application I want to subclass qt.QApplication and use this subclass instead of

Re: [PyKDE] qtpe build problem

2004-01-17 Thread Phil Thompson
On Saturday 17 January 2004 4:50 pm, Michael Lauer wrote: Hello, I'm cross-building PyQt 3.9 with sip 3.9 against Qt/Embedded 2.3.7 and Qtopia. With the same build environment that successfully compiles PyQt 3.8/sip 3.8, I get the following error w/ 3.9: Can you try 3.10? Phil

[PyKDE] 4.0_rc2 sip with PyQt 3.10?

2004-01-17 Thread Rob Cakebread
Hi, I've compiled sip 4.0_rc2 and PyQt 3.10, using Python 2.3.3. From what I read on the website, that combination should work. If I import qt I get: Traceback (most recent call last): File stdin, line 1, in ? File /usr/lib/python2.3/site-packages/qt.py, line 24, in ? import libsip

Re: [PyKDE] 4.0_rc2 sip with PyQt 3.10?

2004-01-17 Thread Phil Thompson
On Saturday 17 January 2004 10:42 pm, Rob Cakebread wrote: Hi, I've compiled sip 4.0_rc2 and PyQt 3.10, using Python 2.3.3. From what I read on the website, that combination should work. If I import qt I get: Traceback (most recent call last): File stdin, line 1, in ? File

[PyKDE] KControl modules problem

2004-01-17 Thread Simon Edwards
Hi all and David, Phil and Jim in particular, I've been busy with using Python in KControl and it is mostly working fairly after integrating David build code in my distutils build system. Anyway, I've hit crash bug in one of my modules. It seems to be a call to os.popen(), it crashes KControl

Re: [PyKDE] KControl modules problem

2004-01-17 Thread David Boddie
Simon, [I'm cutting and pasting from the archives because I receive list messages in digest form, and so your message hasn't arrived yet. :-)] I've been busy with using Python in KControl and it is mostly working fairly after integrating David build code in my distutils build system. Anyway,