Re: [Tutor] (OT) How to run a script file

2005-01-05 Thread Alan Gauld
> >I just got my own Linux box running again 4 months after > >moving house! I thought I'd try a Suse distro I got with > >Borlands Kylix and calamity - no python! > >Back to Mandrake I think. > > I have yet to see a SuSE distribution without python although you may have > to install it from using

Re: [Tutor] (OT) How to run a script file

2005-01-05 Thread Bill Campbell
On Wed, Jan 05, 2005, Alan Gauld wrote: >> Sorry if I missed something obvious, but how do I execute a python >> script file in the interpreter? I have "Using the Python >Interpreter" in >> the Python tutorial but not much is said... > >You can import a script at the >>> prompt as you would under >