Re: [PyQt] help with performance issue

2011-04-11 Thread Matt Chambers
On 04/11/11 14:00, Hans-Peter Jansen wrote: You forgot to mention, from what class your offending method derives. Anyhow, I don't think, that cProfile is the proper instrumentation for that kind of issue, since PyQt is throughoutly compiled code, you should cope with that, and do proper profiling

Re: [PyQt] help with performance issue

2011-04-11 Thread Hans-Peter Jansen
On Monday 11 April 2011, 21:31:11 Matt Chambers wrote: > I'm hoping there is a PyQt historian out there that can answer this > question for me. > > We have a major application that we've been unable to use anything > beyond Pyqt 4.3 due to what I think is a performance issue with > setVisible. I'

[PyQt] help with performance issue

2011-04-11 Thread Matt Chambers
I'm hoping there is a PyQt historian out there that can answer this question for me. We have a major application that we've been unable to use anything beyond Pyqt 4.3 due to what I think is a performance issue with setVisible. I'd like to give an example but this is proprietary code and