PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Friday the 2nd of October, 2015

(Back to #pil overview) (Back to channel listing) (Animate logs)
[07:52:22] <travis-ci> python-pillow/Pillow#2547 (master - e5f35a2 : Andrew Murray): The build passed.
[07:52:22] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/07d3604da8e0...e5f35a2a4ce8
[07:52:22] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/83259058
[09:24:55] <travis-ci> python-pillow/Pillow#2548 (master - 52ab417 : wiredfool): The build passed.
[09:24:55] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/28d98a4b2989...52ab4170e0f9
[09:24:55] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/83268764
[09:40:11] <travis-ci> python-pillow/Pillow#2549 (master - a204490 : wiredfool): The build passed.
[09:40:11] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/52ab4170e0f9...a20449006a38
[09:40:11] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/83268894
[13:00:41] <travis-ci> python-pillow/Pillow#2551 (hugovk-patch-1 - 2570354 : hugovk): The build passed.
[13:00:41] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/187108fae9f2...2570354069fa
[13:00:41] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/83295930
[13:36:12] <travis-ci> python-pillow/Pillow#2554 (master - fdfbe8f : wiredfool): The build has errored.
[13:36:12] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/ead3a63b8395...fdfbe8f3eeae
[13:36:12] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/83299352
[21:41:56] <travis-ci> hugovk/Pillow#910 (scrapy_1460 - da1e9b9 : hugovk): The build passed.
[21:41:56] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/713397860ef4...da1e9b98e588
[21:41:56] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/83382636
[21:50:38] <travis-ci> hugovk/Pillow#911 (scrapy_1460 - dc346b6 : hugovk): The build was fixed.
[21:50:38] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/da1e9b98e588...dc346b6b7e42
[21:50:38] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/83383226
[22:58:25] <grep2grok_> hello, I'm getting type errors from pillow installed under anaconda for google's deepdream.ipynb, getting a type error in ImageFile.py, line 483, fp.write(d), every time it runs their "showarray" function: TypeError: unicode argument expected, got 'str'
[23:03:22] <grep2grok_> It's pillow 2.9.0, the latest on anaconda, and python 2.7.9. When I run pdb, type(d) reports it's a string, but it looks like it's actually quite a complex variable, and frankly this seems pretty deep for a biology guy like me to be digging around...
[23:12:49] <grep2grok> anyone here who would like to help triage a possible bug?