[pyar] Dudas sobre Clase y Herencia

Roberto Bozzacchi robbie en metasigno.com
Lun Jun 7 16:58:30 ART 2010


Bueno, verguenza me debería dar ver que ponía def en vez de class!!!

Pasado esto ahora tengo otro problema:

*import serial

class ModemUSB(serial):
    def TipoSerial(self):
        print "ModemUSB"


if __name__=='__main__':
    Port = ModemUSB.Serial(0)
    *

Al correr esto me da lo siguiente:

*class ModemUSB(serial):
TypeError: Error when calling the metaclass bases
module.__init__() takes at most 2 arguments (3 given)
*
Y sigo sin entender.... XD


2010/6/7 Ricardo Aráoz <ricaraoz en gmail.com>

>
>  Probá con
> class ModemUSB(serial):
>
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>



-- 

Robbie Bozzacchi
Metasigno Brain
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20100607/60f7f59e/attachment.html>


More information about the pyar mailing list