On Wednesday 19 September 2001 21:47, you wrote: > Hello! > I am experiencing some troubles trying to run pyQt from PythonWin > environment. When the tutorial sctipts provided with the pyQt are run from > the DOS path like "python tut1.py" all goes fine, but PythonWin is quite > different: PythonWin itself halts after the "a.exec_loop()" instruction is > executed, as for the screen, an empty Qt window frame appears after a > while, halted as well. Is this a known problem that PythonWin dislikes pyQt > scripts? if yes, is it mendable or not? I am just looking for a way to > debug pyQt scripts on Win32.
It's quite possible that Pythonwin has problems - it can't debug tkinter scripts either. Your best bet would be to try BlackAdder. The BlackAdder debugger can do most of the things I remember Pythonwin could, but fits PyQt like a glove. -- Boudewijn Rempt | http://www.valdyas.org _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
