[PyKDE] PyQt / SIP v4 Snapshots for MacOS/X
Rune Hansen
rune.hansen at viventus.no
Tue Oct 21 21:49:00 BST 2003
Latest(?) sip and pyqt for Mac OS X . Build is fine with a few warnings.
Load time "from qt import *" is reduced by 1 second. It now takes 7
seconds on a 867mhz 12" PB.
So far I've noticed two things that may be bugs..perhaps in qt-mac-free
3.1.2/3.2.2?
1)
self.MeerKatTable = QTable(self.tab,"MeerKatTable")
if self.MeerKatTable.item(i,0).isChecked():
AttributeError: isChecked
2)
Dialog opened with : fl= Qt.WStyle_StaysOnTop+Qt.WDestructiveClose
QWhatsThis are displayed behind dialog window.
regards
/rune
On tirsdag, okt 21, 2003, at 18:39 Europe/Oslo, Phil Thompson wrote:
> On Tuesday 21 October 2003 5:15 pm, Ricardo Javier Cardenes Medina
> wrote:
>> On Tue, Oct 21, 2003 at 02:05:27PM +0100, Phil Thompson wrote:
>>> Put typedef void *HANDLE in the Qt class in qnamespace.sip.
>>
>> Ok... Now, the problems:
>>
>> $ python canvas.py
>> Traceback (most recent call last):
>> File "canvas.py", line 4, in ?
>> from qt import *
>> ImportError: No module named qt
>>
>> I tried to import libsip and others but:
>>>>> import libsip
>>
>> Traceback (most recent call last):
>> File "<stdin>", line 1, in ?
>> ImportError: Loaded module does not contain symbol _initlibsip
>
> You need to rename all the .so files so that they don't start with
> lib, ie.
> qt.so etc.
>
> Phil
>
> _______________________________________________
> PyKDE mailing list PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>
More information about the PyQt
mailing list