运行出错,分辨率设置正确
zyaloon opened this issue · 2 comments
zyaloon commented
Traceback (most recent call last):
File "GetQuestionTessAndroid.py", line 35, in
m1 = Thread(methods.run_algorithm(0, question, choices))
File "D:\pyback\TopSup-master\common\methods.py", line 81, in run_algorithm
open_webbrowser(question)
File "D:\pyback\TopSup-master\common\methods.py", line 17, in open_webbrowser
webbrowser.open('https://baidu.com/s?wd=' + urllib.quote(question))
File "C:\Python27\lib\urllib.py", line 1299, in quote
return ''.join(map(quoter, s))
KeyError: u'\u201c'
RoyLaw commented
建议还是用python3来运行
zyaloon commented
都是泪,已经在重装了