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


Yes, Fabio is right. 

It has got nothing to do with the PYTHONPATH.
All you have to do is (if its a Windows machine), set the PATH to location where
svn.exe is kept.

In my case (on Windows XP), my PATH is set to "C:\Program Files\Subversion\bin"
and under "bin" directory I have my svn.exe kept.

And, inside my script I simply use:

subDirs = subprocess.Popen(["svn", "list", libPath], stdout=subprocess.PIPE)

and this works without any problem.

Cheers,
Rajat



______________________________________________________________________
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