veeara282 / instant-press

Open source CMS for the Web2Py framework
GNU General Public License v2.0
4 stars 4 forks source link

PIL is not installed #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i try uploading a logo for my blog 
2. i select the upload and submit button and i get an internal ticketing error
3.

What is the expected output? What do you see instead?
i should get the image uploaded to instant press and then set my blog logo to 
the URL so it can pick the new logo but rather, i am faced with the "PIL not 
installed" error

What version of the product are you using? On what operating system?
i use "web2py.app.instantpress_beta6.w2p" on windows 7 64bit OS

Please provide any additional information below.
the version of my web2py framework is 1.99.4 *stable) and i have the python 
2.7.2 (Windows AMD64 / Intel 64 / X86-64 binary)

Please see attached file for more info

Original issue reported on code.google.com by doncoleo...@gmail.com on 17 Feb 2012 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago
You'll need to install the Python Imaging Library.

http://www.pythonware.com/products/pil/

Original comment by sp1d...@gmail.com on 20 Jul 2012 at 5:07