PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 8th of July, 2013

(Back to #pil overview) (Back to channel listing) (Animate logs)
[09:41:53] <koobs> aclark; ping! :]
[10:08:06] <koobs> - Support explicitly disabling features via --disable-* options.
[10:08:08] <koobs> you win!
[10:58:10] <koobs> Need some assistance getting --{enable,disable}-x passed to build_ext via command line (easy_install from distribute)
[10:58:15] <koobs> If anyone is awake
[11:23:08] <aclark> koobs: python setup.py build_ext --{enable,disable}-x should work
[11:23:53] <koobs> aclark; oh sorry, question posed not so precisely, i need to have it passed to bdist_egg for the FreeBSD port
[11:24:34] <aclark> koobs: you don't pass it to bdist_egg, you run bdist_ext --{enable,disable}-x bdist_egg IIUC
[11:25:02] <aclark> if that doesn't work, then we may just not support bdist_egg yet
[11:25:16] <koobs> ah
[11:25:26] <koobs> im trying to think of how i might work around it
[11:25:29] <koobs> *ponders*
[11:27:03] <aclark> koobs: if you are expecting to have the results of the egg modified, you are especially out of luck (because that is even further from how it works…)
[11:27:11] <aclark> you can *build* an egg though
[11:27:33] <koobs> yes thats what i mean sorry, getting my names mixed up
[11:27:50] <aclark> which reminds me i need to look into uploading a Pillow wheel
[11:29:10] <koobs> aclark; our ports framework uses the bdist_egg build target, then uses easy_install (via distribute) to install
[11:29:44] <koobs> i can override the build target, BUT, then the expected dist/foo-bar.egg dir doesnt get created
[11:29:46] <koobs> *ponders*
[11:30:30] <koobs> i must look at what these setopt things do
[11:31:04] <koobs> too tired to figure it out, thanks though aclark, ill have a 2nd crack at it tomorrow
[11:31:58] <aclark> koobs: i know we don't support anything but bdist_ext for those options, whether or not that affects bdist_egg if you tack one on to the arg string i don't know
[11:32:25] <aclark> I would expect it to work, but i haven't tried
[12:00:42] <exalt> hello i wrote some code for a friend, i had no trouble at all but now he ueses it he gets an: "ioerror: decoder group 3 not available" error
[12:00:59] <exalt> its an app that opens tiff images
[12:01:09] <exalt> any idea what could be the problem ?
[12:12:41] <aclark> exalt: tiff libs not installed?
[12:22:47] <exalt> aclark: you know a packet name for the tiff libs ?
[12:23:54] <aclark> tifflib? :-)
[12:24:05] <exalt> hahaha
[12:24:14] <exalt> libtiff4
[12:24:27] <aclark> ah
[16:04:22] <Ontological> I've installed pillow in a virtual environment and I'm getting this error: ImportError: The _imaging C module is not installed. Any suggestions?
[16:04:44] <Ontological> I've installed these packages before installing pillow: apt-get install libjpeg8 libjpeg8-dev libfreetype6 libfreetype6-dev zlib1g-dev
[19:09:44] <jaimy> Hello, i tried all day to install pil the right way, so i am able to convert a tiff image to RGBA
[19:10:02] <jaimy> any idea if it requires some dependensies ?
[19:11:32] <jaimy> pil complains about decoder group3 not being available
[20:36:56] <wiredfool> jaimy: you need libtiff + libtiff-dev
[20:37:09] <wiredfool> exact names depend on your distro/os
[21:33:49] <aclark> Ontological: what OS?
[21:34:24] <aclark> jaimy: try Pillow instead of PIL
[22:15:00] <freyes> hey there, is there any effort on going to rewrite the functions documentation using docstrings?
[22:15:55] <freyes> I'm using pillow and I don't mind start doing this manually, but I'm not sure if there is somebody else preparing some tool to this in an automated way
[22:16:30] <aclark> freyes: nope, go ahead (start small though so we can get PR merged)
[22:16:43] <freyes> aclark: great, thanks! :)
[22:16:44] <aclark> i.e. before you spend a bunch of time doing it
[22:16:55] <aclark> freyes: no docstrings currently?
[22:16:55] <freyes> aclark: go it ;)
[22:17:11] <freyes> I'm looking this http://pillow.readthedocs.org/en/latest/_modules/PIL/Image.html#Image.thumbnail
[22:17:32] <freyes> the documentation is there, but it's not picked by sphinx (for obvious reasons)
[22:17:43] <aclark> freyes: ah right
[22:20:13] <freyes> aclark: I'll prepare 1 PR per class, does that make sense to you?
[22:23:45] <aclark> freyes: sure, thanks. although once the first few look good you can probably do more at once
[22:24:02] <freyes> aclark: cool ;)