Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5817284
By: antsh85

Installed blank WinXP added SVN to PATH -> same result

Path=C:\Program Files\Subversion\bin;C:\Program
Files\Java\jdk1.6.0_11/bin;C:\ma
ven/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem



print subprocess.Popen("svn --help", stdout=subprocess.PIPE).communicate()[0]



Traceback (most recent call last):
  File "C:\workspace\PythonTestProject\pipes\pipe_test.py", line 4, in <module>
    print subprocess.Popen("--help", executable="svn", stdout=subprocess.PIPE)
  File "C:\Python26\lib\subprocess.py", line 595, in __init__
    errread, errwrite)
  File "C:\Python26\lib\subprocess.py", line 821, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to