今天在WIN 7 64位用PIL的时候,提示 The _imaging C module is not installed ,原来是需要安装64位的。

刚开始安装的是这个:http://www.pythonware.com/products/pil/  

但如果是64位,需要安装这:

 

在python后输入
import ImageFont
如果不出错就OK了。。

在UBtunu下暂时还没遇到问题。 在公司的电脑也没遇到这问题。不过Google了发现很多人遇到这问题。记录一下

 

ubtunu 安装PIL : 可用如下

sudo apt-get install python-imaging

相关文章:

  • 2021-08-11
  • 2022-03-10
  • 2022-02-07
  • 2022-02-11
  • 2021-11-27
  • 2022-12-23
  • 2022-01-05
猜你喜欢
  • 2021-07-04
  • 2021-08-13
  • 2021-08-18
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案