Re: [PyKDE] Unexplained delay calling Python method- partial explanation

2007-03-01 Thread Hans-Peter Jansen
Am Donnerstag, 1. März 2007 08:13 schrieb Tony Cappellini: > When I set the breakpoint in the debugger, I had inadvertently set it > on this line > FileDialog = QFileDialog() > > I really wanted to set the breakpoint on > the getOpenFileNames() call. > > However, I've FOUND the source of the

[PyKDE] Unexplained delay calling Python method- partial explanation

2007-02-28 Thread Tony Cappellini
When I set the breakpoint in the debugger, I had inadvertently set it on this line FileDialog = QFileDialog() I really wanted to set the breakpoint on the getOpenFileNames() call. However, I've FOUND the source of the unexplained delay, it's the call to QFileDialog()/. Why does this call t