06/09/2012, 09:56
|
| | | Fecha de Ingreso: octubre-2010 Ubicación: tras la pantalla
Mensajes: 466
Antigüedad: 14 años, 1 mes Puntos: 55 | |
Respuesta: threading.Thread Y has probado así
Código Python:
Ver originalhilo = threading.Thread(target=__validate, args=(self,widget))
|