Re: [Tutor] Trouble importing Paramiko

2013-01-04 Thread Ufuk Eskici
Hi Walter, Adding Python location to sytem path works. :-) Thanks a lot! Ufuk 2013/1/4 Walter Prins > Hi Ufuk, > > On 4 January 2013 13:03, Ufuk Eskici wrote: > >> Hello Hugo, >> >> I removed all related softwares from my PC and tried to re-install >> everyting. >> >> At the last step, this

Re: [Tutor] Trouble importing Paramiko

2013-01-04 Thread Walter Prins
Hi Ufuk, On 4 January 2013 13:03, Ufuk Eskici wrote: > Hello Hugo, > > I removed all related softwares from my PC and tried to re-install > everyting. > > At the last step, this command fails (instructions: > http://vijaymurthy.blogspot.com/2011/03/installing-paramiko-for-windows.html > ) > > **

Re: [Tutor] Trouble importing Paramiko

2013-01-04 Thread Ufuk Eskici
Hello Hugo, I removed all related softwares from my PC and tried to re-install everyting. At the last step, this command fails (instructions: http://vijaymurthy.blogspot.com/2011/03/installing-paramiko-for-windows.html ) C:\paramiko-1.7.4>python setup.py build --compiler=mingw32 bdist_winin

Re: [Tutor] Trouble importing Paramiko

2013-01-02 Thread Hugo Arts
On Wed, Jan 2, 2013 at 10:48 AM, Ufuk Eskici wrote: > Hello Steven, > > I've written this before: > > "My Python version is 2.7.3 and it is installed in "C:\Python27 (on the > web, it says Paramiko-1.7.4 is supported with Python 2.7)" > > so I'm using the correct Python verion (2.7.3). But I dont

Re: [Tutor] Trouble importing Paramiko

2013-01-02 Thread Steven D'Aprano
On 02/01/13 20:48, Ufuk Eskici wrote: Hello Steven, I've written this before: "My Python version is 2.7.3 and it is installed in "C:\Python27 (on the web, it says Paramiko-1.7.4 is supported with Python 2.7)" How do you know it is installed in C:\Python27? What is the output of dir C:\Pyt

Re: [Tutor] Trouble importing Paramiko

2013-01-02 Thread Ufuk Eskici
Hello Steven, I've written this before: "My Python version is 2.7.3 and it is installed in "C:\Python27 (on the web, it says Paramiko-1.7.4 is supported with Python 2.7)" so I'm using the correct Python verion (2.7.3). But I dont know why I'm getting errors during Paramiko installation as I ment

Re: [Tutor] Trouble importing Paramiko

2013-01-02 Thread Steven D'Aprano
On 02/01/13 20:22, Ufuk Eskici wrote: any help is appreciated, thanks... Have you successfully installed it yet? Last time you tried to install, you tried to install the Python 2 version of Paramiko with Python 3, and got many SyntaxErrors. Until you actually install Paramiko using Python 2,

Re: [Tutor] Trouble importing Paramiko

2013-01-02 Thread Ufuk Eskici
any help is appreciated, thanks... 2012/12/28 Ufuk Eskici > Hello, > My Python version is 2.7.3 and it is installed in "C:\Python27 (on the > web, it says Paramiko-1.7.4 is supported with Python 2.7) > @Dave: Previous output was from IDLE which should be same with CLI. > > I'm getting this outp

Re: [Tutor] Trouble importing Paramiko

2012-12-28 Thread Ufuk Eskici
Hello, My Python version is 2.7.3 and it is installed in "C:\Python27 (on the web, it says Paramiko-1.7.4 is supported with Python 2.7) @Dave: Previous output was from IDLE which should be same with CLI. I'm getting this output now from Windows Command Line: **

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Francois Dion
On Thu, Dec 27, 2012 at 8:48 AM, Ufuk Eskici wrote: > I got this output with lots of errors: > File "build\bdist.win32\egg\paramiko\auth_handler.py", line 311 > except SSHException, e: >^ > SyntaxError: invalid syntax Use Python 2.x, Python 3 is in the works, kindoff

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Dave Angel
On 12/27/2012 06:44 AM, Ufuk Eskici wrote: First comment: please don't top-post. You've done it many times now, and it's not how this forum works. Put your comments after the parts you're quoting. (My email is mostly busted; I've been trying to send this for hours) First question: what vers

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Ufuk Eskici
I got this output with lots of errors: copying build\lib\paramiko\sftp_file.py -> build\bdist.win32\egg\paramiko copying build\lib\paramiko\sftp_handle.py -> build\bdist.win32\egg\paramiko copying build\lib\paramiko\sftp_server.py -> build\bdist.win32\egg\paramiko copying build\lib\paramiko\sftp_s

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Hugo Arts
On Thu, Dec 27, 2012 at 2:16 PM, Ufuk Eskici wrote: > This is the output, it fails. > > Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] > on win32 > Type "copyright", "credits" or "license()" for more information. > >>> import paramiko > > Traceback (most recent call las

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Ufuk Eskici
This is the output, it fails. Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import paramiko Traceback (most recent call last): File "", line 1, in import paramiko ImportError: No modul

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Steven D'Aprano
On 27/12/12 23:33, Ufuk Eskici wrote: 2012/12/27 Steven D'Aprano On 27/12/12 22:44, Ufuk Eskici wrote: Traceback (most recent call last): File "C:\Users\eufuesk\Desktop\ufo.**py", line 1, in import paramiko ImportError: No module named paramiko Have you installed paramiko? It is

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Ufuk Eskici
Yes, I've installed it. how can I check it? 2012/12/27 Steven D'Aprano > On 27/12/12 22:44, Ufuk Eskici wrote: > > Traceback (most recent call last): >>File "C:\Users\eufuesk\Desktop\ufo.**py", line 1, in >> import paramiko >> ImportError: No module named paramiko >> > > > Have you in

Re: [Tutor] Trouble importing Paramiko

2012-12-27 Thread Steven D'Aprano
On 27/12/12 22:44, Ufuk Eskici wrote: Traceback (most recent call last): File "C:\Users\eufuesk\Desktop\ufo.py", line 1, in import paramiko ImportError: No module named paramiko Have you installed paramiko? It is not a standard Python module, you have to install it first. -- Steven