我尝试在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
请问,如何运行此服务器?
谢谢!