Reputation: 4419
I am trying to do some image processing with python and the PIL. I was having a problem that I wouldn't correctly import the _imaging folder so I did a reinstall and now I am getting this problem:
libjpeg.so.62: cannot open shared object file: No such file or directory
I did apt-get remove python-imaging in the command line and then apt-get install python-imaging and now it won't work in Eclipse. Any tips?
Upvotes: 4
Views: 7033
Reputation: 3084
Try installing the libjpeg62 module in Ubuntu, the libjpeg.so.62 file is a part of it.
Upvotes: 5