2008/4/2, Matí­as Alejandro Torres <[EMAIL PROTECTED]>:

>
>  gobject.threads_init ()
>  gtk.gdk.threads_init ()
>

For w3af to behave correctly both in windows and linux, I had to do this:

if sys.platform == "win32":
    gobject.threads_init()
else:
    gtk.gdk.threads_init()

Regards,

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to