[PyQt] problem building sip-4.7.5-snapshot-20080510

2008-05-10 Thread Gerard Vermeulen
Phil, I get this: This is SIP 4.7.5-snapshot-20080510 for Python 2.5.2 on linux2. The SIP code generator will be installed in /home/packer/usr/bin. The SIP module will be installed in /home/packer/usr/lib/python2.5/site-packages. The SIP header file will be installed in /home/packer/usr/include

Re: [PyQt] question re: QVariant formatting in QTableWidgetItem

2008-05-10 Thread Matt Newell
On Saturday 10 May 2008 11:49:38 Brian Gyss wrote: > All: > > I'm having some issues changing the formatting of a number in a > QTableWidgetItem. It seems that whenever I feed any sort of number > with non-zero digits in front of a decimal point into the QVariant > type, the QTableWidgetItem will

[PyQt] [PyQt3] QRegion.rects() missing

2008-05-10 Thread Hans-Peter Jansen
Hi, for optimizing reasons, I'm desperately missing the QRegion.rects() method. Background is a special double buffering widget, where bitblt in the paintEvent reimplementation of the full event.rect() is painfully slow, while only a margin area is really modified. The only way to really get at

[PyQt] question re: QVariant formatting in QTableWidgetItem

2008-05-10 Thread Brian Gyss
All: I'm having some issues changing the formatting of a number in a QTableWidgetItem. It seems that whenever I feed any sort of number with non-zero digits in front of a decimal point into the QVariant type, the QTableWidgetItem will always display the formatting to 6 digits in a specific format

Re: [PyQt] latest pyqt4 snapshot doesn't compile if qt4 doesn't have ssl enabled

2008-05-10 Thread Phil Thompson
On Saturday 10 May 2008 04:51:39 Erick Tryzelaar wrote: > I just tried compiling the latest snapshot against qt4 with the qt4 > build option "-no-openssl" set, and I couldn't configure pyqt4. It > errored out with this: > > Generating the C++ source for the QtNetwork module... > sip: QSsl::SslProto

[PyQt] Re: latest pyqt4 snapshot doesn't compile if qt4 doesn't have ssl enabled

2008-05-10 Thread kib2
Erick Tryzelaar a écrit : I just tried compiling the latest snapshot against qt4 with the qt4 build option "-no-openssl" set, and I couldn't configure pyqt4. It errored out with this: Generating the C++ source for the QtNetwork module... sip: QSsl::SslProtocol is undefined Error: Unable to creat