Re: [Tutor] Running a python script from another python script

2005-03-27 Thread Kent Johnson
M.Sinan ORUN wrote: Hello, I am a newbee in python and trying to make a small script for my school project . I try to run a python cgi script from another phyton script as a result of an action . What is the neccesary command for this action and is there a special class have to be imported for

[Tutor] Running a python script from another python script

2005-03-26 Thread M.Sinan ORUN
Hello, I am a newbee in python and trying to make a small script for my school project . I try to run a python cgi script from another phyton script as a result of an action . What is the neccesary command for this action and is there a special class have to be imported for this command. below