Esatto da terminale mi funziona, ma non č possibile eseguirlo anche da shell Python?<br>Anche perchč da terminale alcune funzioni di Python come reload ovviamente non funzionano.<br>Quindi non riesco ad eseguire reload <prova>.<br>
<br>Grazie<br><br><div class="gmail_quote">Il giorno 23 maggio 2012 16:47, Luca Bacchi <span dir="ltr"><<a href="mailto:bacchilu@gmail.com" target="_blank">bacchilu@gmail.com</a>></span> ha scritto:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Se non ho inteso male:<br>
<br>
Il comando<br>
<br>
python prova.py<br>
<br>
lo devi eseguire da terminale, non da shell Python.<br>
<br>
Dopo il prompt C:\<br>
<br>
L<br>
<br>
Il 23 maggio 2012 16:42, Matteo Perini <<a href="mailto:perini.matteo@gmail.com">perini.matteo@gmail.com</a>> ha scritto:<br>
<div class="HOEnZb"><div class="h5">> Il 23/05/2012 16:38, chiara angelone ha scritto:<br>
><br>
>> Ciao a tutti,<br>
>> sono alle prime armi con Python.<br>
>> Sto riscontrando il seguente problema:<br>
>> dalla command line di Python non riesco ad eseguire il mio file prova.py.<br>
>> e nemmeno dalle shell di IDLE.<br>
>><br>
>> Io eseguo questo comando:<br>
>> python prova.py<br>
>><br>
>> L'errore č il seguente:<br>
>> nameError: 'python' is not defined<br>
>> perņ ad esempio mi funziona la seguente riga<br>
>> exec (open ('prova.py').read())<br>
>><br>
>> ho provarto a inserire tutto il percorso del mio file prova.py in questo<br>
>> modo<br>
>> python C:\python\prova.py<br>
>> ma l'errore č<br>
>> SyntaxError: invalid syntax<br>
>><br>
>><br>
>> Qualcuno puņ darmi qualche suggerimento per favore?<br>
>><br>
>> Grazie, ciao<br>
>> Chiara<br>
>> p.s. Sono sotto Windows<br>
><br>
><br>
> Guarda se questo puņ aiutarti<br>
> <a href="http://www.biocomp.unibo.it/piero/corso/note/node8.html" target="_blank">http://www.biocomp.unibo.it/piero/corso/note/node8.html</a><br>
> Ciao<br>
> Matteo<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>
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>
</div></div></blockquote></div><br>