Re: [PyKDE] ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-08 Thread Giovanni Bajo
Sebastian Kügler wrote: Yeah, my rationale is that it'd make sense to have those version numbers in sync. As long as Qt3 was more or less feature frozen, it's hardly an issue, but a PyQt4.2 for example would imply that GraphicsView is there, while 4.1 doesn't. In fact, keeping the version

[PyKDE] Ubuntu Edgy and PyQT 3.14

2006-11-08 Thread Aaron J Albright
Greetings. I'm doing a test of ubuntu edgy and pyqt 3.14 however every time I try and install PyQT 3.14 I get the following error: Traceback (most recent call last): File configure.py, line 56, in ? if sipcfg.qt_version == 0: File /usr/lib/python2.4/site-packages/sipconfig.py, line

[PyKDE] PyQt4 and win98

2006-11-08 Thread Michael Towers
Hi, I may be doing something stupid (such as trying it on win98!) but it seems not to work - Qt4.2.1 demos work fine, PyQt4.1 installation went ok, but 'from PyQt4 import QtCore' gives 'DLL load failed'. ___ PyKDE mailing list

Re: [PyKDE] PyQt4 and win98

2006-11-08 Thread Phil Thompson
Hi, I may be doing something stupid (such as trying it on win98!) but it seems not to work - Qt4.2.1 demos work fine, PyQt4.1 installation went ok, but 'from PyQt4 import QtCore' gives 'DLL load failed'. I'm afraid that you will have to diagnose the problem yourself. Phil

Re: [PyKDE] Re: ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-08 Thread Phil Thompson
Phil Thompson wrote: PyQt v4.1 has been released. The main feature is support for Qt v4.2. SIP v4.5 is required. I'm having trouble getting PyQt-4.1 to build on an rhel4/x86_64 box. No matter what I do, after running configure.py, pyqtconfig.py contains: 'LIBDIR_X11':

[PyKDE] Re: Re: ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-08 Thread Rex Dieter
Phil Thompson wrote: Phil Thompson wrote: PyQt v4.1 has been released. The main feature is support for Qt v4.2. SIP v4.5 is required. I'm having trouble getting PyQt-4.1 to build on an rhel4/x86_64 box. No matter what I do, after running configure.py, pyqtconfig.py contains:

[PyKDE] Re: PyQt 4.1 on x86_64

2006-11-08 Thread Rex Dieter
Rex Dieter wrote: Phil Thompson wrote: I'm having trouble getting PyQt-4.1 to build on an rhel4/x86_64 box. No matter what I do, after running configure.py, pyqtconfig.py contains: 'LIBDIR_X11': '/usr/X11R6/lib', instead of 'LIBDIR_X11': '/usr/X11R6/lib64',

Re: [PyKDE] PyQt4 and win98

2006-11-08 Thread Michael Towers
Phil Thompson wrote: Hi, I may be doing something stupid (such as trying it on win98!) but it seems not to work - Qt4.2.1 demos work fine, PyQt4.1 installation went ok, but 'from PyQt4 import QtCore' gives 'DLL load failed'. I'm afraid that you will have to diagnose the problem yourself.

[PyKDE] Dependency on sip.pyd

2006-11-08 Thread Giovanni Bajo
Hello, I happen to waste a lot of time dealing with sip.pyd binary dependency and binary compatibility between different SIP versions. Our local policy is to use a different PyQt/Qt version *per-project* (so that each project can upgrade Qt separately and indepently). This means that I have many

[PyKDE] Qt - PyQt problem in populate tables

2006-11-08 Thread Carlos Eduardo
Hello guys, I have an application written with Qt 4.1.4 and PyQt 4.0.1. I have some forms with tables that i populate using a code like this: -- tableColumns = [Lot ID., Item, Quantity, Status] itemData = [bla, bla, bla, bla] for prodItem in