Hello Folks, I'm beginning using PyQt through the book Rapid "GUI
Programming with Python and Qt".

I'm seeing a strange statement at chapter 4(page 129).

while QTime.currentTime() < due:
    time.sleep(20) # 20 seconds


Where I must to put this statement above? I did this so far:

http://pastebin.com/m645e6291


Thanks

-- 
Airton Arantes Coelho Filho
Information System Student
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to