上传者: 38584148
|
上传时间: 2021-11-18 08:29:57
|
文件大小: 71KB
|
文件类型: -
Python2.7在Windows上有一个bug,运行报错:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 33: ordinal not in range(128)
解决方案如下:
编辑Python27\Lib\mimetypes.py文件,全选,替换为以下patch后的正确脚本,或者直接依据此patch修改:
"""Guess the MIME type of a file.
This module defines two useful functions:
guess_type(url, s