Thanks!!
 

________________________________
 De: Emile van Sebille <em...@fenx.com>
Para: tutor@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@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to