[PyKDE] Partial part-problem

2006-04-14 Thread Daniel Marcel Eichler
Hi I have some stupid problems with some kparts. Loading of the parts is no problem, but i can't open a file wih them. KPDF an Kate-Kpart goes well, but with others like libkghostviewpart not. So, anybody can give me a hint? Oh yeah, here my minimal test-code:

[PyKDE] bug on disconnecting short-circuited signals

2006-04-14 Thread Emanuele Santos
Hi, Phil It seems that disconnecting a short-circuited signal is not working. I'm using PyQt4 20060406 Example: from PyQt4 import QtCore, QtGui import sys class C(QtGui.QWidget): def __init__(self, parent=None): QtGui.QWidget.__init__(self,parent) self.n = 3 def

[PyKDE] PyKDE building and the -j flag (again)

2006-04-14 Thread Danny Pansters
Hi, I'm maintaining the FreeBSD ports for sip/pyqt/pykde. I'm once again having problems with the -j flag, but this time not across archs but for i386. On my box it works fine, on the FreeBSD build cluster it doesn't. For clarity: I'm dependent on the package build runs on the cluster to get

Re: [PyKDE] PyKDE building and the -j flag (again)

2006-04-14 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Danny Pansters wrote: Hi, I'm maintaining the FreeBSD ports for sip/pyqt/pykde. I'm once again having problems with the -j flag, but this time not across archs but for i386. On my box it works fine, on the FreeBSD build cluster it doesn't. For

Re: [PyKDE] PyKDE building and the -j flag (again)

2006-04-14 Thread Danny Pansters
On Friday 14 April 2006 23:54, Torsten Marek wrote: snip just as a quick guess, are the versions of sip the same? Yes, they're both at my latest port's version. As far as system resources are concerned, g++ 4.0 (the C++ compiler I 3.4.4 on FBSD6, might be 3.3 on 5. assume you are using)

Re: [PyKDE] PyQt4 compilation failure: location of specs?

2006-04-14 Thread Sundance
I heard Phil Thompson said: Should be fixed in tonight's SIP and PyQt4 snapshots. Unfortunately this means that there will be a SIP 4.4.2 when PyQt4 is released. Hi Phil, I am sorry to report that I tried SIP and PyQt4 snapshots of 2006/04/08, and there seemed to be the same problem. Should

Re: [PyKDE] PyKDE building and the -j flag (again)

2006-04-14 Thread Jim Bublitz
On Friday 14 April 2006 14:32, Danny Pansters wrote: Hi, I'm maintaining the FreeBSD ports for sip/pyqt/pykde. I'm once again having problems with the -j flag, but this time not across archs but for i386. On my box it works fine, on the FreeBSD build cluster it doesn't. For clarity: I'm