2013/2/22 emmanuel segura <[email protected]> > ========================================================================= > #!/usr/bin/python > > try: > import csv > except ImportError: > print "Error loading csv module" > >
Attenzione, è il nome del file che è csv.py che viene importato al posto del modulo. Ciao. Daniele
_______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
