[Pydev-users] [pydev - Users] RE: What files r required 2 archive Pytho project

2008-12-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5775477 By: rajatdudeja1 Thanks Fabio. This hepled solved my problem. Previously, I had a look at subclipse. This also seems to work nicely with eclipse. Regards, Rajat _

[Pydev-users] [pydev - Users] PYTHONPATH / how to add svn executable

2008-12-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5776707 By: antsh85 Hi, When I run next command from terminal -> no problems: import subprocess print subprocess.Popen(["svn info"], shell=True, stdout=subprocess.PIPE).communicate()[0] but when I run same c

[Pydev-users] [pydev - Users] RE: PYTHONPATH / how to add svn executable

2008-12-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5776866 By: fabioz Are your PATH/LIBPATH variables correct to support svn? Cheers, Fabio __ You are receiving this email because you electe

[Pydev-users] [pydev - Users] RE: PYTHONPATH / how to add svn executable

2008-12-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5777504 By: antsh85 This is my PYTHONPATH: http://skitch.com/anton.shishkov/77b4/preferences __ You are receiving this email because you e

[Pydev-users] [pydev - Users] RE: PYTHONPATH / how to add svn executable

2008-12-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5777538 By: fabioz Hi, Actually, that has nothing to do with the PYTHONPATH. What it needs to find is svn at the PATH variable. Cheers, Fabio

[Pydev-users] [pydev - Users] RE: PYTHONPATH / how to add svn executable

2008-12-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5777555 By: antsh85 My path looks like this: anton-shishkovs-macbook-pro:~ antonshishkov$ echo $PATH xxx:/opt/subversion/bin:xxx __ You are