Re: Filebrowser No thumbnail generation

2009-02-22 Thread leau2001
URL = getattr(settings, "FILEBROWSER_SAVE_FULL_URL", True) PATH_SERVER = getattr(settings, "FILEBROWSER_PATH_SERVER", os.path.join (settings.MEDIA_ROOT, '')) PATH_FILEBROWSER_MEDIA = getattr(settings, "FILEBROWSER_PATH_FILEBROWSER_MEDIA", os.path.join (setting

Re: Filebrowser No thumbnail generation

2009-02-22 Thread leau2001
rowser), 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: > > > Patrikk, > > > Not any thumbnails was created.. image gen

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

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