<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">non e' che banalmente non trova il
      file.csv ?<br>
      <br>
      <br>
      Il 22/02/2013 10:00, emmanuel segura ha scritto:<br>
    </div>
    <blockquote
cite="mid:CAE7pJ3Dz++20jfk-Hk87C1hzChaWvLj1=5EB1zfJxB73y3xRog@mail.gmail.com"
      type="cite">Ciao a tutti la lista<br>
      <br>
      Sto provando a imparare python, ho fatto questo piccolo script
      leggendo la documentazione<br>
      Se faccio tutti gli steps dalla shell di python, non ricevo nessun
      errore, invece se lo lancio con ./csv.py va in error e anche se lo
      lancio con python csv.py<br>
      <br>
      Come distro Linux sto usando debian 6.06 con Python 2.6.6 <br>
=========================================================================<br>
      #!/usr/bin/python<br>
      <br>
      try:<br>
              import csv<br>
      except ImportError:<br>
              print "Error loading csv module"<br>
      <br>
      fd = open("test.csv","rb")<br>
      cs = csv.reader(fd)<br>
      <br>
      for row in cs:<br>
              print ','.join(row)<br>
============================================================================<br>
      <br>
      Output error<br>
      <br>
=====================================================================================<br>
      Traceback (most recent call last):<br>
        File "./csv.py", line 4, in <module><br>
          import csv<br>
        File "/export/home/seguraem/python/csv.py", line 9, in
      <module><br>
          cs = csv.reader(fd)<br>
      AttributeError: 'module' object has no attribute 'reader'<br>
=====================================================================================<br>
      <br>
      Grazie <br>
      <br>
      Emmanuel!<br clear="all">
      <br>
      -- <br>
      esta es mi vida e me la vivo hasta que dios quiera
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Python mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python@lists.python.it">Python@lists.python.it</a>
<a class="moz-txt-link-freetext" href="http://lists.python.it/mailman/listinfo/python">http://lists.python.it/mailman/listinfo/python</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>