Example #1
0
 def set_executable(executable):
     '''
     Sets the path to a python.exe or pythonw.exe binary used to run
     child processes on Windows instead of sys.executable.
     Useful for people embedding Python.
     '''
     from multiprocess.forking import set_executable
     set_executable(executable)
Example #2
0
 def set_executable(executable):
     '''
     Sets the path to a python.exe or pythonw.exe binary used to run
     child processes on Windows instead of sys.executable.
     Useful for people embedding Python.
     '''
     from multiprocess.forking import set_executable
     set_executable(executable)