启动时出现Security Compass Lab Server语法错误

时间:2014-07-18 20:37:30

标签: python

我尝试在Windows 7上安装此服务器:     https://github.com/securitycompass/LabServer

Python正在运行,我使用这行代码安装的所有应用程序都在运行

easy_install blinker cherrypy flask flask-sqlalchemy simplejson

当我尝试运行此

C:\LabServer-master>python app.py

我遇到了以下错误

File "app.py", line 30
print " [*] %s [%s] \"%s %s\"" % (request.remote_addr, datetime.datetime.now
().strftime("%Y-%m-%d %H:%M:%S"), request.method, request.url)
                             ^
SyntaxError: invalid syntax

请问,如何运行此服务器?

谢谢!

0 个答案:

没有答案