On Thu, Nov 6, 2014 at 7:32 PM, ast <nom...@invalid.com> wrote: > The fen window goes from it's initial location to the last one > but we dont see all the intermediate steps
You usually don't want to use time.sleep() in a GUI program. Try doing the same thing, but with an event loop delay call instead; often, the display won't update until you go back to the main loop. ChrisA -- https://mail.python.org/mailman/listinfo/python-list