|
发表于 2014-6-18 00:43:21
|
显示全部楼层
:sweat:我的昵称里有括弧,直接报错
Traceback (most recent call last):
File "G:\Python\Get QQ Photo.py", line 382, in <module>
qqlogin(uin,password) #登录到QQ网站
File "G:\Python\Get QQ Photo.py", line 374, in __init__
self.Login(self.uin,self.password,self.res) #登录
File "G:\Python\Get QQ Photo.py", line 351, in Login
tempstr = eval(res.split("(")[1].split(")")[0])
File "<string>", line 1
'0','0','http://imgcache.qq.com/qzone/v5/loginsucc.html?para=izone','1','登录成功!', 'No.Fuuuuuuuuucking
^
SyntaxError: EOL while scanning string literal |
|