vote up 0 vote down star

Hello

On sunday, I had problems with python modules, when I installed stackless python. Now I have compiled and installed :

setuptools & python-mysqldb and i got my django project up and running again. (i also reinstalled django-1.1),

Then I compiled and installed, jpeg, freetype2 and PIL. I also started using mod_wsgi instead of mod_python.

But when uploading imagefield in form I get validationerror:

Upload a valid image. The file you uploaded was either not an image or a corrupted image.

Searchmonkey shows that it comes from field.py imagefield validation. before raising this error it imports Image from PIL, opens file and verfies it. I tried importing PIL from python prompt manually - it worked just fine. Same with Image.open and Image.verify. So what could be causing this problem?

Alan

flag

"on Sunday"? You should drop irrelevant stuff. "i"? Do you mean "I"? English is hard enough; non-standard English means people stop reading your question. "i get validationerror:"? What where you doing? Where you using the built-in admin form, or did you write your own? – S.Lott Aug 18 at 10:28
I was using modelform with imagefield and custom widget (djangosnippets.org/snippets/636). Before trouble with stackless it worked without problems. I was uploading new image with the form, posting the form. But – Zayatzz Aug 18 at 20:41

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.