我是zoro
发布时间:2013-09-29 12:23:43
出现“exceptions.IOError: decoder jpeg not available”报错。怀疑安装问题, 查看PIL的安装信息,发现几个库未生效: -------------------------------------------------------------------- PIL 1.1.7 SETUP SUMMARY -------------------------------------------------.........【阅读全文】
发布时间:2013-09-29 11:22:27
PIL这个包的全称是Python Imaging Library。PIL提供强大的图形处理的能力,并提供广泛的图形文件格式支持,该库能进行图形格式的转换、打印和显示。还能进 行一些图形效果的处理,如图形的放大、缩小和旋转等。是Python用户进行图象处理的强有力工具。下载:http://www.pythonware.com/products/pil/我下载的版本是.........【阅读全文】
发布时间:2013-09-27 22:00:00
转自:http://github.windwild.net/2013/03/scrapy002/Scrapy 深入一点点越来越感觉到scrapy的便利,下边继续记录Scrapyscrapy是基于twisted框架http://twistedmatrix.com/trac/编写的,搞定PyBrain有机会就继续深入一下Twisted框架。Twisted is an event-driven networking engine written in Pyth.........【阅读全文】
发布时间:2013-09-26 14:49:15
博文连接地址:http://my.oschina.net/chengye/blog/124157......【阅读全文】
发布时间:2013-09-26 11:03:02
采用官方网站提供的安装方式,首先要保证系统已安装pip。Installing ScrapyYou can install Scrapy using easy_install or pip (which is the canonical way to distribute and install Python packages).NoteCheck Platform specific installation notes first.To install using .........【阅读全文】