>>> import os >>> help(os.execvp) >>> help(os.execlp) Function signature for os.execlp is displayed as "execlp(file, args)", not "execlp(file, *args)". -- Seo Sanghyeon