UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position
來(lái)源:程序員人生 發(fā)布時(shí)間:2014-12-13 09:10:50 閱讀次數(shù):3298次
chromium資源文件編譯毛?。?/div>
UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 33: ordinal not in range(128)
[914/18075] ACTION Generating resources from app/generated_resources.grd
解決方案:
在src oolsgritgritgrit_runner.py添加
reload(sys)
sys.setdefaultencoding("cp1251")
生活不易,碼農(nóng)辛苦
如果您覺(jué)得本網(wǎng)站對(duì)您的學(xué)習(xí)有所幫助,可以手機(jī)掃描二維碼進(jìn)行捐贈(zèng)
------分隔線----------------------------
------分隔線----------------------------