Re: [Tutor] Help this newbie

2008-03-21 Thread Alan Gauld
"Elliot Silvers" <[EMAIL PROTECTED]> wrote > I am as new as you can get to Python. I have just learned > how to save my work (very simple work of course). > I created a folder on C:\ (in this case C:\Elliot) for my work. > I am able to use the cmd prompt to run it Congratulations. You should

Re: [Tutor] Help this newbie

2008-03-20 Thread tiger12506
This is Windows I presume? Try: cd\python25 python C:\Elliot\filename.py But for windows you shouldn't have to. You can just double-click the file. On the other hand, if you mean 'import' as it means in the context of the actual python language, then you would put the line "import filename" at