← Back to team overview

yade-dev team mailing list archive

[Bug 622669] Re: qt4 interface does not refresh until the script finishes

 

Workaround: make script finish early, which can be done by wrapping all
functionality that is supposed to be executed after the initialization
in functions and call them from PyRunner engines based on conditions you
define.

This bug will not be resolved until we switch to ipython>0.10, because
it is caused by the way it executes the gui loop.

-- 
qt4 interface does not refresh until the script finishes
https://bugs.launchpad.net/bugs/622669
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: Confirmed

Bug description:
./examples/regular-sphere-pack.py is working normally, only when string 104 is commented.

http://bazaar.launchpad.net/%7Eyade-dev/yade/trunk/annotate/head%3A/examples/regular-sphere-pack/regular-sphere-pack.py#L104

When it is uncommented, the script should start automatically, but in this case Controller hangs and View window does not appear.





References