[PyQt] Porting new examples.

2008-05-15 Thread Igor Prischepoff
Hi, I'm testing new pyqt4.4.0 Seems like setting bitmap on the background of widget is not working. Demo example 'colliding mouse' don't display cheese bitmap as background. Can anyone confirm this behaviour? winxp, qt 4.4.0, pyqt 4.4.0. --- Прищепов Игорь. [EMAIL PROTECTED]

Re: [PyQt] Problem building PyQt 4.4 on Mac OS X (10.4.11)

2008-05-15 Thread Hans-Peter Jansen
Am Donnerstag, 15. Mai 2008 schrieb Romuald Riem: > Le 14 mai 08 à 22:54, [EMAIL PROTECTED] a écrit : > > Am Mittwoch, 14. Mai 2008 schrieb Romuald Riem: > > > > blind guess: replace -lQtCLucene with -framework QtCLucene in the > > offending > > Makefile.. > > > > I try it but I've got the same pro

Re: [PyQt] [PyQt4] Wrong QtCore.QLibraryInfo.BinariesPath on Windows

2008-05-15 Thread Phil Thompson
On Wednesday 14 May 2008 21:55:46 IloChab wrote: > I have an application that uses QtCore.QLibraryInfo.BinariesPath() to > locate Qt4 assistant and show a customized help. > > On linux I have no problem but on Windows I get a wrong translation. > > On windows I just installed : > * qt-win-opens

Re: [PyQt] Perhaps a bug with virtual methods?

2008-05-15 Thread Phil Thompson
On Wednesday 14 May 2008 17:23:47 Andrew Perella wrote: > Suppose I have the following sip definitions: > > > > class A > > { > > public: > > virtual void Enter(); > > }; > > class B:A > > { > > public: > > > > }; > > class C: B > > { > > public: > > > > }; > > > > > > The generated code produces

Re: [PyQt] SIP, multiple constructors and exceptions

2008-05-15 Thread Phil Thompson
On Wednesday 14 May 2008 14:44:19 Andrew Perella wrote: > When a class is wrapped with multiple constructors, the generated sip > binding code does not raise an exception if the python calling code does > not provide matching arguments. > > Is this by design? Yes - as far as the code you quote is

[PyQt] -KPIC option removed in icc 10.1 ?

2008-05-15 Thread Glen W. Mabey
Hello, I'm getting an error in building sip 4.7.5 with icc: icpc -o sip main.o transform.o gencode.o export.o heap.o parser.o lexer.o -L/usr/X11R6/lib make[1]: Leaving directory `/home/gmabey/src/DiamondBack/Diamondback/src/sip-4.7.5/sipgen' make[1]: Entering directory `/home/gmabey/src/Diamon

Re:[PyQt] Problem building PyQt 4.4 on Mac OS X (10.4.11)

2008-05-15 Thread Romuald Riem
Le 14 mai 08 à 22:54, [EMAIL PROTECTED] a écrit : Am Mittwoch, 14. Mai 2008 schrieb Romuald Riem: Hello, I'm trying to build and install PyQt 4.4 on Mac os 10.4.11. I use Python 2.5 and Qt 4.4 (GPL version). I installed PyQt 4.3.3 without any problem. I use default values (and the link to qm

Re: [PyQt] build failure on -p linux-icc

2008-05-15 Thread Glen W. Mabey
On Thu, May 15, 2008 at 03:03:22PM -0500, Glen W. Mabey wrote: > Hello, > > Compiling the new sip 4.7.5 today, and I get this error: > > Creating sipconfig.py... > Creating top level Makefile... > Creating sip code generator Makefile... > Creating sip module Makefile... > make[1]: Entering direct

[PyQt] build failure on -p linux-icc

2008-05-15 Thread Glen W. Mabey
Hello, Compiling the new sip 4.7.5 today, and I get this error: Creating sipconfig.py... Creating top level Makefile... Creating sip code generator Makefile... Creating sip module Makefile... make[1]: Entering directory `/home/gmabey/src/DiamondBack/Diamondback/src/sip-4.7.5/sipgen' /opt/intel/c

Re: [PyQt] disabling webkit

2008-05-15 Thread Erick Tryzelaar
On Thu, May 15, 2008 at 10:59 AM, Matt Chambers <[EMAIL PROTECTED]> wrote: > > For some reason Qt 4.4 doesn't compile in my environment with webkit so I > disabled it during the Qt compile because I'm more interested in checking > out PyQt 4.4 than dealing with that. Although, after compiling PyQt

[PyQt] disabling webkit

2008-05-15 Thread Matt Chambers
For some reason Qt 4.4 doesn't compile in my environment with webkit so I disabled it during the Qt compile because I'm more interested in checking out PyQt 4.4 than dealing with that. Although, after compiling PyQt 4.4 against Qt 4.4.0 it complains that the webbkit .so cannot be found. Is

Re: [PyQt] configuring pykde4, error

2008-05-15 Thread Jim Bublitz
> I think I must have a different version of configure.py than you are > expecting. I'm using the one that comes with pykde-4.0.2-1 at the > riverbankcomputing website. It doesnt have a variable called > opt_qt_inc_dir, nor a statement like "if incdir.startswith ('Q')". Here is > part of configur

Re: [PyQt] configuring pykde4, error

2008-05-15 Thread Darren Dale
On Thursday 15 May 2008 08:26:35 am Darren Dale wrote: > On Wednesday 14 May 2008 06:54:57 pm Jim Bublitz wrote: > > What would help is if a) you could post a copy of the info at the > > beginning of configure.py's run - where it thinks everything is. It > > should be finding the Qt directories fro

Re: [PyQt] configuring pykde4, error

2008-05-15 Thread Darren Dale
On Wednesday 14 May 2008 06:54:57 pm Jim Bublitz wrote: > On Wednesday 14 May 2008 13:54, Darren Dale wrote: > > On Wednesday 14 May 2008 04:14:43 pm Jim Bublitz wrote: > > > On Wednesday 14 May 2008 12:09, Darren Dale wrote: > > > > On Wednesday 14 May 2008 01:58:37 pm Jim Bublitz wrote: > > > > >