[Tutor] Trouble running Python on Windows Vista
Tom Avos
tomavos at yahoo.com.ar
Thu Jun 14 22:27:29 CEST 2012
Thanks!!
________________________________
De: Emile van Sebille <emile at fenx.com>
Para: tutor at python.org
Enviado: jueves, 14 de junio de 2012 16:35
Asunto: Re: [Tutor] Trouble running Python on Windows Vista
On 6/14/2012 12:19 PM Tom Avos said...
> Yes, If I open the file from the IDLE and then I press "f5" it works,
> but I want to know why it does not work if I write the filename after
> the ">>>" prompt . That way is much more handy, I would like to make it
> work.
Once you've got the >>> prompt you're executing python words, not file system file names.
IDLE is a development environment and is not a run environment. Further, IDLE is or has been known to suffer from various 'leaks' that contribute to oddities when made to do as you're asking, so even when you do get it going, it's not a stable platform.
I'd-like-apples-to-be-oranges-but-they're-not-ly y'rs,
Emile
_______________________________________________
Tutor maillist - Tutor at python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120614/8d6224a6/attachment-0001.html>
More information about the Tutor
mailing list