|
|
发表于 2018-5-18 18:30:15
|
显示全部楼层
garypang 发表于 2018-5-18 16:04
. t. L7 K; v/ H0 J, Z6 L& V/ |把 from urllib.parse import quote 这行删掉
! M5 S+ [# b4 T( ~; a, yquote(sys.argv[1]) 改为urllib.quote(sys.argv[1]) 试试/ O! d* @0 }5 |# M5 o2 S' J7 P) [
...
' ` j) l& D; _' {, O, [还是不行
8 j/ J' P8 W" z) LQuery error: The program has returned exit code 1. Traceback (most recent call last): File "D:\translate.py", line 11, in <module> sys.stdout=io.TextIOWrapper(sys.stdout.buffer,encoding='utf8') AttributeError: 'file' object has no attribute 'buffer' |
|