=== carandraug is now known as jaguarandi === JackyAlcine is now known as SantaClaus === SantaClaus is now known as Santa_Claus [17:51] Hi developers. I have a simple question regarding PyGTK, Threads and WebKit. In my PyGTK app, on button click I need to fetch some html (can take some time) and show it in new window. While fetching html, I want to keep GUI responsive, so I decided to do it in separate thread. I use WebKit to render html. The problem is I get empty page in WebView when it is in separated thread. Is it because webkit is not thread-safe. Is