之前的服务器可以正常使用但是换到了新服务器,生成的就有问题,显示出来是这样的
django 1.6.5captcha 0.2.4
找到答案了重新安装1、卸载 pip uninstall Pillow-2.3.02、安装 pip install Pillow(没指定版本,默认最新的 Pillow-4.3.0)
1 回答1k 阅读✓ 已解决
1 回答912 阅读✓ 已解决
1 回答643 阅读✓ 已解决
1 回答566 阅读✓ 已解决
985 阅读
1 回答439 阅读
560 阅读
2 回答16.9k 阅读✓ 已解决
1.3k 阅读
6 回答6.8k 阅读
7 回答7.3k 阅读
2 回答10.2k 阅读
找到答案了
重新安装
1、卸载 pip uninstall Pillow-2.3.0
2、安装 pip install Pillow(没指定版本,默认最新的 Pillow-4.3.0)