[Tutor] running as generic file type

2005-12-22 Thread Eli Zabielski
HiI'm very new to python, I created my first program, saved it as .py. I wanted to show it to my friends and I tested running it on another computer, one without python, and it didn't work, it gave me a list of programs to try to run it on (ex. word, IE, Mozilla). Is there any way to save it so

Re: [Tutor] running as generic file type

2005-12-22 Thread Kent Johnson
Eli Zabielski wrote: Hi I'm very new to python, I created my first program, saved it as .py. I wanted to show it to my friends and I tested running it on another computer, one without python, and it didn't work, it gave me a list of programs to try to run it on (ex. word, IE, Mozilla). Is

Re: [Tutor] running as generic file type

2005-12-22 Thread Alan Gauld
Hi Eli, I'm very new to python, I created my first program, saved it as .py. I wanted to show it to my friends and I tested running it on another computer, one without python, and it didn't work, That's because Python is an interpreted language so it needs an interpreter to be present. This