problem with execv command

dudeja.rajat at gmail.com dudeja.rajat at gmail.com
Fri Aug 29 05:37:33 EDT 2008


Hi,

I'm facing problem with the execv command:

my command is :
os.execv(' C:\Program Files\Subversion\bin\svn ', ( 'list', ' \"
http://subversion.stv.abc.com/svn/Eng \" ' ) )

The error I'm getting is :
OSError: [Errno 22] Invalid argument


I tried using a variable for http path but still I'm getting the same error

Please help.
-- 
Regards,
Rajat



More information about the Python-list mailing list