Re: [PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-03 Thread Detlev Offenbach
Am Montag, 2. Januar 2006 13:46 schrieb Andreas Pakulat: Hi, I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks like a GTK app. The KdeQt/__init__.py ist executed and no Exception is raised there.

[PyKDE] eric3 with custom python interpreter

2006-01-03 Thread Bjorn Heijligers
I'm trying to get eric3 to work with a custom python interpreter.. in order to operater this python interpreter many library paths have to be set differently. So i made a tcsh script that sets the correct paths and then starts our python interpreter. If i try this on the commandline it works

Re: [PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-03 Thread Andreas Pakulat
On 03.01.06 11:04:20, Detlev Offenbach wrote: Am Montag, 2. Januar 2006 13:46 schrieb Andreas Pakulat: Hi, I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks like a GTK app. The

Re: [PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-03 Thread Andreas Pakulat
On 03.01.06 13:32:02, Andreas Pakulat wrote: On 03.01.06 11:04:20, Detlev Offenbach wrote: Am Montag, 2. Januar 2006 13:46 schrieb Andreas Pakulat: I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks

[PyKDE] sip-4.4?

2006-01-03 Thread Patrick Stinson
I hope I'm not missing a doc somewhere. sip-snapshot-20060102 is marked as sip-4.3, but PyQt4- snapshot-20060102 requires sip-4.4. confusion... ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] sip-4.4?

2006-01-03 Thread Phil Thompson
On Tuesday 03 January 2006 11:05 pm, Patrick Stinson wrote: I hope I'm not missing a doc somewhere. sip-snapshot-20060102 is marked as sip-4.3, but PyQt4- snapshot-20060102 requires sip-4.4. confusion... Version numbers are ignored with snapshots. Do you actually have a problem? Phil

Re: [PyKDE] PyQt4 problem with QHostAddress

2006-01-03 Thread Phil Thompson
On Thursday 29 December 2005 2:32 pm, Andreas Pakulat wrote: Hi, just noticed that tcpClient = QtNetwork.QTcpSocket() tcpClient.connectTo(QtNetwork.QHostAddress(QtNetwork.QHostAddress.LocalHost ), 32784) throws an Unsupported socket operation. The same line with

[PyKDE] PyKDE snapshot snapshot-20051013 and sip snapshots

2006-01-03 Thread Andreas Pakulat
Hi, I've got a small problem here compiling PyKDE snapshot-20051013: PyKDE version 4.0.0 --- Python include directory is /home/andreas/python2.4/include/python2.4 Python version is 2.4.2 sip version is snapshot-20060102 (4.3.0) Qt directory is /home/andreas/qt3.3.5 Qt

[PyKDE] SIP Leak during exception

2006-01-03 Thread James Emerton
Method calling code produced by SIP fails to delete temporary varibles created by user defined conversion routines. I've attached some generated code that demonstrates this. Note the a0 and a1 are not cleaned up before NULL is returned from the exception. Attached is a patch which corrects the

Re: [PyKDE] PyKDE snapshot snapshot-20051013 and sip snapshots

2006-01-03 Thread Jim Bublitz
On Tuesday 03 January 2006 17:05, Andreas Pakulat wrote: Generating the C++ source for the kdecore module... sip: Ptr is undefined [8284 refs] Error: Unable to create the C++ code. This is the second report. I can't reproduce the problem with older sip/PyQt versions, so I'll have to give it

Re: [PyKDE] Latest sip snapshot PyKDE

2006-01-03 Thread Jim Bublitz
On Friday 30 December 2005 08:21, Ismail Donmez wrote: Generating the C++ source for the kdecore module... sip: Ptr is undefined Error: Unable to create the C++ code. A second user is reporting the same problem - I'll have to try to build with the latest sip/PyQt and see if I can