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
;import filename" at the top of a script which is supposed to use your module. - Original Message - From: Elliot Silvers To: tutor@python.org Sent: Thursday, March 20, 2008 9:21 PM Subject: [Tutor] Help this newbie I am as new as you can get to Python. I have just learned h

[Tutor] Help this newbie

2008-03-20 Thread Elliot Silvers
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 (cd \Elliot -> C:\Elliot 'filename.py') however I cannot figure out how to import