Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread K . Wegner
unfortunately, that does not change anything. thanks, katja On Aug 1 2007, Giovanni Bajo wrote: On 8/1/2007 2:30 PM, [EMAIL PROTECTED] wrote: > I tried to install the latest PyQt on a mac but the only error message > I got after running an PyQt example is "bus error". I installed Qt 4.3 >

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread K . Wegner
i'm sorry but I use sip 4.7. does this work? if not, which does? Thanks, Katja On Aug 1 2007, Phil Thompson wrote: On Wednesday 01 August 2007 1:30 pm, [EMAIL PROTECTED] wrote: > Hi, > > I tried to install the latest PyQt on a mac but the only error message I > got after running an PyQt exam

[PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread K . Wegner
Hi, I tried to install the latest PyQt on a mac but the only error message I got after running an PyQt example is "bus error". I installed Qt 4.3 (examples work) and Sip 4.6. Does anyone has an idea what does mean? Thanks for any help in advance. Katja

[PyQt] QLabel is visible but isVisible() is always false

2007-07-15 Thread K . Wegner
Hi, I have a QLabel that is not visible at the beginning (setVisible(0)) and after a while it becomes visible (setVisible(1) and I can see it in the dialog now). If I check the property isVisible(), I always receive False=0, although it is visible. Thanks for any help in advance, Katja

[PyQt] button color

2007-07-15 Thread K . Wegner
Hi, in my program the user presses a button and gets the color dialog where he can choose a color. after that I want to change the color of this button to the new color but only the border is set to a new color and not the background of the button. (PyQt4 and Qt 4.2.1, Linux and Windows) newCo