Ciao, prova con:: 2010/2/7 Diego Barrera <[email protected]>: > <code> > > #!/usr/bin/python > > class FilePrelievo(file): > def __init__(self,fileName): > file=open(fileName,'r') > dataSet=[] > linea=[] > > def leggiLinea(self): > linea=self.file.readline() [snip]
HTH, HAND © -- Carlo C8E Miron self.self Seems Worster Solution Architect™ _______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
