PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Friday the 1st of November, 2013

(Back to #pil overview) (Back to channel listing) (Animate logs)
[16:03:00] <bumbar> after installing missing libs and recompiling pillow, i'm still getting "decoder zip not available" error
[16:03:27] <bumbar> i'm running python 2.7 on debian on raspberry pi
[16:03:35] <wiredfool> hmm
[16:03:45] <wiredfool> can you post your build log as a gist?
[16:04:36] <bumbar> this? http://bpaste.net/show/vVMawdP9ZmDqCTjoGZEP/
[16:05:20] <wiredfool> I was thinking the full compile log, but that does look like zlib is available
[16:05:31] <wiredfool> are you on raspian wheezy?
[16:06:15] <bumbar> yeah
[16:06:48] <wiredfool> I do run the tests on wheezy from time to time
[16:07:03] <wiredfool> Pillow 2.2.1?
[16:07:18] <bumbar> yes
[16:07:34] <bumbar> i installed it via pip
[16:08:29] <wiredfool> let me try that
[16:08:50] <wiredfool> I always do it from src
[16:10:18] <wiredfool> there's a python update queued, so it'll be a few minutes
[16:13:34] <wiredfool> I forget how slow the pi is sometimes
[16:30:39] <wiredfool> So, I've updated, fired up a virtualenv, and installed from pip and it appears to be working.
[16:33:23] <bumbar> i'm running webserver on pi, and am using pillow with another site and it seems to be working fine there
[16:34:16] <wiredfool> huh
[16:34:55] <bumbar> i don't know... also, now it's saying "decoder jpeg not available"
[16:38:03] <wiredfool> do you have PIL installed as well?
[16:38:16] <wiredfool> that kind of sounds like a namespace collision
[16:39:19] <wiredfool> and are you in a virtualenv?
[16:40:24] <bumbar> i don't have pil and not using virtualenv
[16:40:32] <wiredfool> one thing to do might be to put this in your failing script:
[16:40:33] <wiredfool> print("Python modules loaded from", os.path.dirname(Image.__file__))
[16:40:33] <wiredfool> print("Binary modules loaded from", os.path.dirname(Image.core.__file__))
[16:41:38] <wiredfool> if those are significiantly different, things are goign to fail
[16:55:09] <bumbar> wiredfool, i don't how but it works now
[16:55:26] <bumbar> both prints show same location on both sites
[16:56:45] <wiredfool> ok.
[16:56:48] <wiredfool> glad it works
[16:56:57] <wiredfool> kinda weird when it doesn't
[17:40:39] <TeraJL> any one has any tips about any good webp configuration? i've been trying but i only get low quality, or bigger size image than jpeg/png
[17:47:36] <TeraJL> (i've been using the cwebp not pillow), i install pil (pip install pillow) and i get "WEBP support available" but when i try to save as webp i get "unkown format \n keyError: 'WEBP'"