[Tutor] executing script from script

Kent Johnson kent37 at tds.net
Mon Nov 6 13:53:50 CET 2006


Eli Brosh wrote:
> Hello.
> I wish that my Python program will not be stored on a single file.
> how can I call one python script from another ?

Put part of the script in a module that you import from another module. 
Read more here:
http://docs.python.org/tut/node8.html

Kent



More information about the Tutor mailing list