Hoy tengo el honor de salir en el primer podcast de TecnoTulia, hablando con JM sobre las diferencias, similitudes, ventajas entre Mac OSX y Linux. TecnoTulia es uno de los podcasts que forman parte de una nueva iniciativa llamada OyeEsto Labs.
I keep making the mistake of sending PyQt_PyObjects instead of sending actual Qt4 objects on signals that are defined by Qt like that. Bottom line: If a signal has been defined by Qt, to send Qt objects, just copy and paste it, do not try to override it by exchanging the Qt objects for PyQt_PyObject. […]