Gary Wessle wrote:
> Hi
>
> I am going through some tutorials, how do I find out about running a
> script from the python prompt?
> is there a online ref and how to access it?
>
if you really don't want to start from OS prompt do execfile('myscript.py')
-robert