rohithadassanayake / sslyze

Automatically exported from code.google.com/p/sslyze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error while executing the script on Linux server

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Just download the zip to any linux server
2. Execute "python sslyze.py"
3. See the error message

What is the expected output? What do you see instead?
Expected output was atleast usage message or syntax

Actually got:

Client-89.85 # python sslyze.py
  File "sslyze.py", line 71
    except Exception as e:
                      ^
SyntaxError: invalid syntax
Client-89.85 #


What version of the product are you using? On what operating system?
Client-89.85 # python -V
Python 2.3.4
Client-89.85 #uname -a
Linux localhost.localdomain 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:48:03 EST 2007 
i686 i686 i386 GNU/Linux
Client-89.85 #


Please provide any additional information below.


Original issue reported on code.google.com by equinoxn...@gmail.com on 25 Nov 2011 at 11:30

I downloaded the package "SSLyze v 0.3 source package"

Original comment by equinoxn...@gmail.com on 25 Nov 2011 at 11:31

Original comment by nabla.c...@gmail.com on 28 Nov 2011 at 6:39

  • Changed state: Accepted
[deleted comment]
Thanks for the feedback. You're running Python 2.3 but SSLyze only supports 
Python 2.6 and Python 2.7 hence the error.

Original comment by nabla.c...@gmail.com on 28 Nov 2011 at 8:38

  • Changed state: Invalid