[PyQt] Problems with QX11EmbedContainer

David Boddie david at boddie.org.uk
Sun Jul 29 21:37:54 BST 2007


On Saturday 28 July 2007 22:25, Gustavo A. Díaz wrote:

> Anyway, it works will all of those.
>
> Now, i am having a problem that i was thinking that may come:
>
> Every time i press in any listWidget item of my app, seems the xterm
> executes many instances in the background reaching a moment that i have
> many "hidden" xterm consoles opened (plus the one inside the frame, which
> is the only i want to have there).
>
> How i could avoid this?

You need to find out where (and when) each instance is being created and
figure out if it's happening in cases that you didn't expect.

Do you do some processing in response to a click on an item in a list
widget? Does this somehow inadvertently cause an xterm to be launched?

David



More information about the PyQt mailing list