On Friday, January 19, 2001 1:22:23 AM UTC+5:30, Rolander, Dan wrote:
> What is the best way to run a python script from within the interpreter?
> What command should I use?
> 
> Thanks,
> Dan

try using execfile(filename)
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to