PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Wednesday the 8th of May, 2013

(Back to #pil overview) (Back to channel listing) (Animate logs)
[04:09:07] <fireun> aclark: found a work around, not sure what motivated it but if I change /usr/lib/python2.7/dist-packages/PIL/ImageFile.py and remove "from PIL", my code runs from within my IDE (Spyder)
[04:09:36] <fireun> thought it was worth closing the door on that one, at least from my perspective.
[04:13:47] <fireun> There should be a better way, I get the same issue in ImageMode.py
[04:36:07] <fireun> ug, Spyder's fault afterall. It has a "patch" for a hash collision of some kind
[04:36:36] <fireun> import Image; import PIL; PIL.Image = Image
[04:37:19] <fireun> I remove that last line and Pillow is happy, Spyder is happy, and I am appeased
[19:56:27] <aclark> fireun: oh good