how do I execute another python script under a different process? I want the script to be run using the same interpretoer as the one running current script. I tried using os.execlp but I don't know how to get the name/path of the interpreter. -- http://mail.python.org/mailman/listinfo/python-list
- execute another python script Alexandru Mosoi
- Re: execute another python script Fredrik Lundh
- Re: execute another python script Alexandru Mosoi