我目前正在使用 SST - Web 测试框架(我是初学者)开发一个网站,但我遇到了 python 问题
我使用了这个链接:https ://pypi.python.org/pypi/sst/0.2.2
我正在使用 - Python 3.6.4 和 SST - Web 测试框架 - 最新版本:0.2.4
我的代码是:
from sst.actions import *
go_to('http://www.google.com/')
错误是:
C:\Python\scrapy-master\Projects>python proxyhar.py
Traceback (most recent call last):
File "proxyhar.py", line 1, in <module>
from sst.actions import *
File "C:\Python\lib\site-packages\sst\actions.py", line 274, in <module>
except OSError, e:
^
SyntaxError: invalid syntax
任何人都建议我如何解决这个问题。
谢谢