Re: Filebrowser No thumbnail generation

2009-02-22 Thread leau2001
I think you right iv got a config problem, but i don't know what it is ? ANother probleme. I used an FIleBrowserField on my model image= FileBrowseField(max_length=200, initial_directory="/ photo_du_jour/", extensions_allowed=['.jpg', '.jpeg', '.gif','.png','.tif','.tiff'], blank=False, null=Fal

Re: Filebrowser No thumbnail generation

2009-02-22 Thread leau2001
Ok thx My browser project is on my_project_directory my_project_directory/filebrowser/local my_project_directory/filebrowser/templates my media uploads are : my_project_directory/media/uploads here my config file : my fb_settings.py :http://www.friendpaste.com/475iqfK57DsDWTYklXTlTs my proje

Re: Filebrowser No thumbnail generation

2009-02-22 Thread patrickk
there has never an issue/ticket posted about this (on the google-code page of the filebrowser), so I guess there´s something wrong with your configuration/setup ... you could try to debug by using print- statements within the image-generator function. On Feb 22, 8:02 am, leau2001 wrote: > Patr

Re: Filebrowser No thumbnail generation

2009-02-21 Thread leau2001
Patrikk, Not any thumbnails was created.. image generator just create the directory with the file name ... but doesn't create any thumbnail file on it... but original is well download... /filename_thumbail_directory/...nothing filname_original.jpg looks like PIL doesn't do his job... i m sure P

Re: Filebrowser No thumbnail generation

2009-02-21 Thread patrickk
could you be a bit more specific? what exactly works? what not? it seems that you can upload an image but the thumbnail is not created. do you mean the actual "thumbnail" or one of the image- versions named "thumbnail"? patrick On Feb 21, 11:50 am, leau2001 wrote: > Hi, > > I try to  use file

Filebrowser No thumbnail generation

2009-02-21 Thread leau2001
Hi, I try to use filebrowser in my project, all is fine, but when i use image generator, the rep was create but not any thumbnail... PIL is on my python Used django 1.0.2 released whats wrong ? thx lo --~--~-~--~~~---~--~~ You received this message because y