感谢支持
我们一直在努力

Ubuntu下app engine的dev_appserver.py启动报缺失PIL module的warning解决

在Ubuntu下使用Python dev_appserver.py 站点名称 启动站点调试,有时可以看到两个错误,一个错误是说找不到与datastore相关的warning,这个是由于第一次启动该站点的缘故其次便是这个错误:


“Could not initialize images API” you are likely missing the Python “PIL” module. ImportError: No module named PIL


PIL模块也可以由其他模块代替,但是如果要使用Python Image Library的话,运行


sudo apt-get install python-imaging即可。

赞(0) 打赏
转载请注明出处:服务器评测 » Ubuntu下app engine的dev_appserver.py启动报缺失PIL module的warning解决
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏