You aren't showing enough of your code, but there's no module named 
PIL.  When you install PIL, you get a module named Image.

--Ned.

Edgard Matos wrote:
> Hi!
>
> I'm trying to do a form to upload a image using Google App Engine + 
> Django.
> In my view, I have:
>     data = UserForm(request.POST, request.FILES)
>     if data.is_valid():
>       user = users.get_current_user()
>
> But when I submit the form, an error has:
> No module named PIL
>
> I always installed the Pil from http://www.pythonware.com/products/pil/.
> And the error still happen.
>
> I'm using Windows XP.
>
>
> Somebody know how to resolve this problem?
>
> Thanks a lot!
>
> -- 
> Atenciosamente,
> Edgard Matos
> E-mail: edgardma...@gmail.com <mailto:edgardma...@gmail.com>
> Skype: edgardmatos
> Celular: 85 8837 8285
>
> >

-- 
Ned Batchelder, http://nedbatchelder.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to