I want to download a file by pressing a button in my GUI, all works so that's okay. Offcourse my GUI locks up during the download. I tried some things like writing a thread and using gobject.idle_add. But none of these worked. Anyone can point me out to some kind of example or tutorial? Thanks.