I have the following function in a program:

os.popen('filename.py')

What I want to do is launch the program in the os.popen() function.  The file I 
am trying to launch is located in the same directory as the program the 
function is contained in.  I also use Linux if that makes a difference.

Jason
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to