这是一个创建于 4162 天前的主题,其中的信息可能已经有所发展或是发生改变。
不说了,其实还是编码问题。。。。
picPath=mkdirP(unicode(updates[i].text)[:10],unicode(titles[i].text),blogDir)
File "/opt/bin/getImg.py", line 45, in mkdirP
if(not(os.path.isdir(newPwd))):
File "/usr/local/lib/python2.7/genericpath.py", line 41, in isdir
st = os.stat(s)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 75: ordinal not in range(128)
第 1 条附言 · 2013-07-06 13:41:06 +08:00
OVER=======》我会告诉你们,>>/opt/log/logaaa.txt 跟 >/opt/log/logaaa.txt 这么神奇的区别么?(说的不是,追加或新建,说的是编码!)