[Tutor] executing notepad txt files

Eve Kotyk e.kotyk@shaw.ca
Sun, 13 Jan 2002 10:46:07 +0000


Danny Yoo wrote:
> 
> On Sun, 13 Jan 2002, Tim Ward wrote:
> 
> > I've wrote a program using notepad. How do I get Python to execute it?

I generally write my Python code in Idle or VIM on a Linux machine and
then envoke it by typing: python file_name.py.  This works very well but
I recently put the Python interpreter on my tiny Compaq Lite LTE
notebook.  I can enter code into the interpreter but if I write a file
(like Tim) I can't execute it.  Idle didn't come with the Win 3.1
version of Python.  Any other suggestions.

E