On Sun, Feb 07, 2010 at 12:37:40PM +0100, Diego Barrera wrote: > Ciao a tutti, mi sto avvicinando alla programmazione OO. > Cortesemente qualcuno mi spiega perche' mi da errore la self.readline() > dentro il metodo leggiLinea? > Dice che il file e' chiuso.. se la readline la faccio in __init__ nessun > problema.. > Ecco il codice [cut]
se questo codice non ti serve per imparare python, usa il modulo csv della libreria standard, credo che lo troverai utile. -- Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law. _______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
