摘要:
在服务器上调用import ImageFont时报如下错误ImportError: The _imagingft C module is not installed(服务器为Centos5.5, python版本2.7.3)第一反应是pil安装的有问题,通过yum install freetype-... 阅读全文
摘要:
Python automatically compiles your script to compiled code, so called byte code, before running it.When a module is imported for the first time, or wh... 阅读全文