[Tutor] What's wrong with this?

Andre Roberge andre.roberge at gmail.com
Fri May 4 03:40:21 CEST 2007


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 <jcoggins828 at charter.net> 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  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>


More information about the Tutor mailing list