Re: [Ivupy-users] Qt 4.1 support in IVuPy?
Brought to you by:
gvermeul
From: Gerard V. <ger...@gr...> - 2006-02-22 08:11:52
|
On Wed, 22 Feb 2006 08:36:41 +0100 co...@he... wrote: > Hi there > > I just started implementing a project in Python and Qt4.1 on Windows. > I need Qt > 4.0 as there is no open source license for 3.X on WIndows. > Although PyQt4 is not official yet, the snapshots work fine for me. > > My question now: Is IVuPy usable in this setting? Will it be usable? > Note that I'm new to Python/Qt, although I do have programming > background. > No, not yet. The future SIP-4.4 has rather different internals than the current SIP-4.3 and IVuPy depends quite a lot on the SIP internals. I have PyQwt running more or less with SIP-4.4 and PyQt4, but SIP-4.4 is still in a state of flux, and sometimes it produces unstable bindings. You may try http://sourceforge.net/projects/qtwin/ and http://kscraft.sourceforge.net/convert_xhtml.php?doc=pyqt-windows-install.xhtml with the latest SIP-4.3.2 and PyQt-3.15.1, but I do not know if it will work. I know somebody who has used it with PyQwt, and there are some minor problems. When PyQt4 is released I will port IVuPy to it. This will take me about 1 month of spare time. Gerard |