Perhaps the following might be helpful: http://groups.google.com/group/comp.lang.python/browse_thread/thread/f1b60f4739591d6b/4417f807848b4b5d?lnk=gst&q=launching&rnum=4#4417f807848b4b5d
(if the link does not work, google for "launching python program cross-platform" or go to http://aspn.activestate.com/ASPN/Mail/Message/python-list/3467794) André On 5/3/07, Jason Coggins <[EMAIL PROTECTED]> wrote: > > > 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 - [email protected] > http://mail.python.org/mailman/listinfo/tutor > > _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
