urllib.urlopen blocking?

Antoine Pitrou solipsis at pitrou.net
Tue May 11 09:54:57 EDT 2010


On Tue, 11 May 2010 06:22:29 -0700 (PDT)
Dominik Gabi <dkgispam at gmail.com> wrote:
> 
> I'm new to python and have been playing around with it for a few days
> now. So please forgive me if this is a stupid question :)
> 
> I've tried writing a little application with pygtk and urllib.

For the record, have you tried calling gobject.threads_init() at the
beginning of your application (just after importing all modules)?





More information about the Python-list mailing list