I'm trying to use web2py slice to make images thumbnails: http://www.web2pyslices.com/slice/show/1522/generate-a-thumbnail-that-fits-in-a-box
The script worked fine with web2py 2.4.7. When upgraded to 2.7.4, when I;m uploading an image, I get this: * File "[path]/PIL/Image.py", line 37, in __getattr__* * raise ImportError("The _imaging C module is not installed")* *ImportError: The _imaging C module is not installed* I have PIL in my modules folder. I tried both import Image and from PIL import Image. Both import Image and import _imaging commands work fine in python interpreter (no errors at all). So if the interpreter does not see an issue, why I'm having problems with the newest web2py? Any suggestions are more than welcome. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.