Python Web.py模块错误【UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte....】
根据提示找到python3安装目录下的libs/site-pageages/web文件夹下template.py文件找到修改如下:
修改为
找到libs/site-pageages/web文件夹下debugerror.py文件找到246行修改如下:
修改为
根据提示找到python3安装目录下的libs/site-pageages/web文件夹下template.py文件找到修改如下:
修改为
找到libs/site-pageages/web文件夹下debugerror.py文件找到246行修改如下:
修改为