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    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


_______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to