Executing a program

Heike C. Zimmerer usenet03q2 at hczim.de
Sat Jul 19 15:33:03 EDT 2003


Eirik <hannibalkannibal at yahoo.no> writes:
>     File "./PPP", line 9, in run_app
>       os.execvp("home/eirik/ppp-skript", argument)
>     File "/usr/lib/python2.2/os.py", line 298, in execvp
>       _execvpe(file, args)
>     File "/usr/lib/python2.2/os.py", line 324, in _execvpe
>       apply(func, (file,) + argrest)
>   OSError: [Errno 2] No such file or directory

The error message seems clear to me.  You're sure you did not mean
"/home.." instead of "home.." (note the slash)?

Greetings,

 Heike




More information about the Python-list mailing list