[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?