Que tal compañeros,
estoy tratando de utilizar threads en python pero al tratar de invocar la función gtk.gdk.threads_init() no lo reconoce:
Código:
import pygtk
pygtk.require("2.0")
import gtk
import os
import threading
gtk.gdk.threads_init()
este es el error que manda:
Código:
Undefined variable from import: threads_init
ojala me puedan ayudar.