Diogo Lucas
Diogo Lucas
Any update about this issue? I can't also change Rail's cookies serializer.
This is a feature I'm also interested. I would like to generate thumbnails from URL's, and directly from python code. Could you please explain what you mean by "Make a...
So, from python code I tried to do this: ``` python img = urllib2.urlopen('http://www.anuncommonfamily.com/wp-content/uploads/2011/08/soccer-ball.jpg') thumbnailer = get_thumbnailer(img, relative_name='apps/logos/soccer-ball.jpg') thumb = thumbnailer.get_thumbnail({'size': (100, 100)}) ``` But I get the following exception:...
Thanks, it is now working with the StringIO trick!