Grazie 1000<br><br>Risolto<br><br><div class="gmail_quote">Il giorno 22 febbraio 2013 12:00,  <span dir="ltr"><<a href="mailto:python-request@lists.python.it" target="_blank">python-request@lists.python.it</a>></span> ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Invia le richieste di iscrizione alla lista Python all'indirizzo<br>
        <a href="mailto:python@lists.python.it">python@lists.python.it</a><br>
<br>
Per iscriverti o cancellarti attraverso il web, visita<br>
        <a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
oppure, via email, manda un messaggio con oggetto `help' all'indirizzo<br>
        <a href="mailto:python-request@lists.python.it">python-request@lists.python.it</a><br>
<br>
Puoi contattare la persona che gestisce la lista all'indirizzo<br>
        <a href="mailto:python-owner@lists.python.it">python-owner@lists.python.it</a><br>
<br>
Se rispondi a questo messaggio, per favore edita la linea dell'oggetto<br>
in modo che sia più utile di un semplice "Re: Contenuti del digest<br>
della lista Python..."<br>
<br>
<br>
Argomenti del Giorno:<br>
<br>
   1. Re: newbie help (Daniele Palmese)<br>
   2. Re: newbie help (Matteo Boscolo)<br>
   3. Re: newbie help (Marco De Paoli)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 22 Feb 2013 10:18:47 +0100<br>
From: Daniele Palmese <<a href="mailto:palmux@gmail.com">palmux@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
        <<a href="mailto:python@lists.python.it">python@lists.python.it</a>><br>
Subject: Re: [Python] newbie help<br>
Message-ID:<br>
        <CAD6nSAxMDB67MHZvaB8e2jSBGv895Mb1BEXMijmks6=uT5h=<a href="mailto:eA@mail.gmail.com">eA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
2013/2/22 emmanuel segura <<a href="mailto:emi2fast@gmail.com">emi2fast@gmail.com</a>><br>
<br>
> =========================================================================<br>
> #!/usr/bin/python<br>
><br>
> try:<br>
>         import csv<br>
> except ImportError:<br>
>         print "Error loading csv module"<br>
><br>
><br>
<br>
Attenzione, è il nome del file che è csv.py che viene importato al posto<br>
del modulo.<br>
<br>
Ciao.<br>
Daniele<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a href="http://lists.python.it/pipermail/python/attachments/20130222/c969cfd8/attachment-0001.html" target="_blank">http://lists.python.it/pipermail/python/attachments/20130222/c969cfd8/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 22 Feb 2013 10:21:07 +0100<br>
From: Matteo Boscolo <<a href="mailto:matteo.boscolo@boscolini.eu">matteo.boscolo@boscolini.eu</a>><br>
To: <a href="mailto:python@lists.python.it">python@lists.python.it</a><br>
Subject: Re: [Python] newbie help<br>
Message-ID: <<a href="mailto:51273883.6030300@boscolini.eu">51273883.6030300@boscolini.eu</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
giusto non me ne ero accorto  :)<br>
<br>
Il 22/02/2013 10:17, Fabrizio Mancini ha scritto:<br>
> devi cambiare il nome del file.<br>
> csv.py non va bene.<br>
> Chiamalo importa_csv.py o quello che vuoi.<br>
> Se lo chiami come il modulo che importi con "import csv" python va in<br>
> confusione, perchè il nome del tuo file andrà a sovrascrivere i metodi<br>
> del modulo da te richiamato.<br>
> Ciao f<br>
><br>
><br>
> _______________________________________________<br>
> Python mailing list<br>
> <a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
> <a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a href="http://lists.python.it/pipermail/python/attachments/20130222/5c07b108/attachment-0001.html" target="_blank">http://lists.python.it/pipermail/python/attachments/20130222/5c07b108/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 22 Feb 2013 10:27:30 +0100<br>
From: Marco De Paoli <<a href="mailto:depaolim@gmail.com">depaolim@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
        <<a href="mailto:python@lists.python.it">python@lists.python.it</a>><br>
Subject: Re: [Python] newbie help<br>
Message-ID:<br>
        <<a href="mailto:CAPz0FjAvKQz1TFzS5Adm_Z6mn2BLfb4sk9b3e6WE6Oy5QCSR1Q@mail.gmail.com">CAPz0FjAvKQz1TFzS5Adm_Z6mn2BLfb4sk9b3e6WE6Oy5QCSR1Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Il giorno 22 febbraio 2013 10:17, Fabrizio Mancini <<a href="mailto:mr.file@gmail.com">mr.file@gmail.com</a>> ha<br>
scritto:<br>
<br>
> devi cambiare il nome del file.<br>
><br>
<br>
giusto!<br>
non avevo notato che l'OP aveva chiamato così il file<br>
<br>
<br>
ciao,<br>
Marco<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a href="http://lists.python.it/pipermail/python/attachments/20130222/ad578c82/attachment-0001.html" target="_blank">http://lists.python.it/pipermail/python/attachments/20130222/ad578c82/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
<br>
<br>
Fine di Digest di Python, Volume 84, Numero 11<br>
**********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>esta es mi vida e me la vivo hasta que dios quiera