Log file Viewer
Help
|
Karma
| Search:
#pil logs for Friday the 3rd of May, 2013
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
19:48:01
] <
fireun
> anyone alive?
[
19:49:36
] <
fireun
> I'm getting an error but only if I run my code from within Spyder. Python version, path, library calls all appear to be the same.
[
19:49:39
] <
fireun
> File "/usr/lib/python2.7/dist-packages/PIL/ImageFile.py", line 192, in load
[
19:49:39
] <
fireun
> AttributeError: 'module' object has no attribute '_getdecoder'
[
19:49:42
] <
fireun
> d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
[
19:50:01
] <
fireun
> However, runs fine from within a shell call to python
[
19:50:30
] <
fireun
> kubuntu raring, pythin-imaging 1.1.7+2.0.0-1
[
19:54:02
] <
fireun
> module help expansion in Spyder also doesnt work with PIL(low), may be related?
[
19:54:21
] <
fireun
> I am using "from PIL import Image as im"