Re: help finding

2006-04-26 Thread robert
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 -- http://mail.python.org/mailm

Re: help finding

2006-04-25 Thread Scott David Daniels
Gary Wessle wrote: > Hi > > I am going through some tutorials, how do I find out about running a > script from the python prompt? Normally you don't do that. What OS and Python versions are you using? Do think about following the advice in "smart questions". > is there a online ref and how to acc

help finding

2006-04-25 Thread Gary Wessle
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? thank you -- http://mail.python.org/mailman/listinfo/python-list