Re: image uploading via admin, and an error...

2008-12-28 Thread MrGecko
I find a way to install correctly PIL : http://www.unelectronlibre.info/tutoriels/python/installer_pil_sous_mac_osx.html Then, Django didnt bothered me anymore with this error. And the selftest.py joined with the PIL sources now pass without problems. I only had to install the .dmg, I didnt set

Re: image uploading via admin, and an error...

2008-12-25 Thread Mutaz
How did you work around it garagefan? I'm getting the same error and don't know what is going wrong. I guess I have everything installed very well with PIL. Thanks On Dec 11, 3:41 am, garagefan wrote: > alright, managed to work my way around and get the jpeg uploading to > work... expect i'm st

Re: image uploading via admin, and an error...

2008-12-10 Thread garagefan
alright, managed to work my way around and get the jpeg uploading to work... expect i'm still getting that suspicious operation error On Dec 10, 4:49 pm, Brian Neal <[EMAIL PROTECTED]> wrote: > On Dec 10, 2:20 pm, garagefan <[EMAIL PROTECTED]> wrote: > > > getting this error: > > > "Upload a vali

Re: image uploading via admin, and an error...

2008-12-10 Thread Brian Neal
On Dec 10, 2:20 pm, garagefan <[EMAIL PROTECTED]> wrote: > getting this error: > > "Upload a valid image. The file you uploaded was either not an image > or a corrupted image." > > tried with a gif and with a jpg. I've got PIL installed..." You may not have the correct libraries installed for PIL

Re: image uploading via admin, and an error...

2008-12-10 Thread garagefan
I attempted this with a png and was greeted with a success... but then python/server denying access to the directory due to "suspicious operation"... so i've got two things to fix... I suppose i need to set up some kind of write access to the server? On Dec 10, 3:20 pm, garagefan <[EMAIL PROTECTE

image uploading via admin, and an error...

2008-12-10 Thread garagefan
getting this error: "Upload a valid image. The file you uploaded was either not an image or a corrupted image." tried with a gif and with a jpg. I've got PIL installed... it probably has to do with my models.vi. from django.db import models from django.core.files.storage import FileSystemStora