Hi Jarl! > Could you check > this out, I tried to find the Python code for a delay, but couldn't find > any. $ python Python 2.1a2 (#1, Feb 3 2001, 15:37:56) [GCC 2.95.2 19991024 (release/franzo)] on linux2 Type "copyright", "credits" or "license" for more information. >>> import time >>> time.sleep(5) This'll delay for 5 seconds, so you can use this to build in a waiting time if you need to. Hope this helps. Brad