[PyKDE] Eric3, Panther and focus problems

Phil Thompson phil at riverbankcomputing.co.uk
Fri May 7 19:31:01 BST 2004


On Friday 07 May 2004 5:25 pm, Detlev Offenbach wrote:
> Am Freitag, 7. Mai 2004 11:57 schrieb Joel Reymont:
> > Folks,
> >
> > I installed Eric3 on Mac OSX 10.3 with Qt 3.3.2, Sip 4.0rc3, PyQt
> > 3.11.
> >
> > I have a focus problem. When I start eric3 from terminal it comes up
> > in front of the terminal window and I see this error:
> >
> > QWidget::setProperty( "sizeGripEnabled", value ) failed: property
> > invalid, read-only or does not exist
>
> That is a little bug. But usually it doesn't stop eric3 from working.
>
> > As soon as I click anywhere in the eric window the terminal window
> > comes to the front and eric always stays behind.
> >
> > What could be the problem here?
>
> Use pythonw to run eric3 and it will work. Is there an identifying string
> for Mac OSX I could use in the instally script to generate the correct
> commandline in the batch script?

sys.platform == "darwin"

I think.

Phil




More information about the PyQt mailing list